the basic exception class More...
#include <img_base.h>
Public Member Functions | |
| ImageException () | |
| default constructor | |
| ImageException (const char *arg_message) | |
| message carrying constructor | |
| virtual | ~ImageException () throw () |
| the destructor | |
Public Attributes | |
| const char * | message |
| the error string | |
the basic exception class
this is the basic image exception class, it simply carries an error string to the console.
Definition at line 51 of file img_base.h.
| img::ImageException::ImageException | ( | ) | [inline] |
default constructor
Definition at line 57 of file img_base.h.
| img::ImageException::ImageException | ( | const char * | arg_message | ) | [inline] |
message carrying constructor
| arg_message | the error string |
Definition at line 62 of file img_base.h.
| virtual img::ImageException::~ImageException | ( | ) | throw () [inline, virtual] |
the destructor
Definition at line 64 of file img_base.h.
| const char* img::ImageException::message |
the error string
Definition at line 55 of file img_base.h.