libopenraw
|
#include <exception.h>
Public Member Functions | |
Exception (const std::string &w) | |
const char * | what () const throw () |
Protected Attributes | |
std::string | m_what |
generic OpenRaw exception
Definition at line 34 of file exception.h.