PNGImage::PNGFileOpenException Class Reference

List of all members.

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

Detailed Description

Simple Exception class
Author:
Christian Engels

Definition at line 47 of file PNGImage.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

const char* PNGImage::PNGFileOpenException::what (  )  const throw () [inline]

what went wrong

Definition at line 60 of file PNGImage.h.

References mFileName.


Member Data Documentation

const std::string PNGImage::PNGFileOpenException::mFileName [private]

the file where something went wrong

Definition at line 69 of file PNGImage.h.

Referenced by what().


The documentation for this class was generated from the following file:
Generated on Fri Feb 1 00:02:23 2008 for Grayfall by  doxygen 1.5.1