Base for all ImageGrabber related exceptions. More...
#include <ImageGrabber.h>
Public Member Functions | |
| ImageGrabberException (const std::string &_message) | |
| ~ImageGrabberException () throw () | |
| virtual const char * | what () const throw () |
Base for all ImageGrabber related exceptions.
Definition at line 16 of file ImageGrabber.h.
| ImageGrabberException::ImageGrabberException | ( | const std::string & | _message | ) |
Definition at line 15 of file ImageGrabber.cpp.
| ImageGrabberException::~ImageGrabberException | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 22 of file ImageGrabber.cpp.
|
virtual | |||||||||||||
Definition at line 18 of file ImageGrabber.cpp.
1.8.8