Public Member Functions | |
PNGFileOpenException (const std::string filename) | |
virtual | ~PNGFileOpenException () throw () |
const char * | what () const throw () |
Private Attributes | |
const std::string | mFileName |
the file where something went wrong |
Definition at line 47 of file PNGImage.h.
PNGImage::PNGFileOpenException::PNGFileOpenException | ( | const std::string | filename | ) | [inline] |
Constructor
Definition at line 53 of file PNGImage.h.
virtual PNGImage::PNGFileOpenException::~PNGFileOpenException | ( | ) | throw () [inline, virtual] |
Definition at line 56 of file PNGImage.h.
const char* PNGImage::PNGFileOpenException::what | ( | ) | const throw () [inline] |
const std::string PNGImage::PNGFileOpenException::mFileName [private] |