Mother class for all image exceptions. More...
#include <OSDLImage.h>
Public Member Functions | |
ImageException (const std::string &reason) | |
Implementation notes: | |
virtual | ~ImageException () throw () |
Mother class for all image exceptions.
Definition at line 67 of file OSDLImage.h.
ImageException::ImageException | ( | const std::string & | reason | ) |
Implementation notes:
we are using now SDL_rwops (Utils::DataStream) instead of direct files, so that images can be read from various sources, included archive-embedded files.
Definition at line 106 of file OSDLImage.cc.
ImageException::~ImageException | ( | ) | throw () [virtual] |
Definition at line 114 of file OSDLImage.cc.