#include <OBJObject.h>
Public Member Functions | |
ObjectFileOpenException (const std::string filename) | |
virtual | ~ObjectFileOpenException () throw () |
const char * | what () const throw () |
Private Attributes | |
const std::string | mFileName |
the filename where something went wrong |
Definition at line 50 of file OBJObject.h.
OBJObject::ObjectFileOpenException::ObjectFileOpenException | ( | const std::string | filename | ) | [inline] |
Constructor
Definition at line 55 of file OBJObject.h.
virtual OBJObject::ObjectFileOpenException::~ObjectFileOpenException | ( | ) | throw () [inline, virtual] |
Definition at line 58 of file OBJObject.h.
const char* OBJObject::ObjectFileOpenException::what | ( | ) | const throw () [inline] |
const std::string OBJObject::ObjectFileOpenException::mFileName [private] |
the filename where something went wrong
Definition at line 71 of file OBJObject.h.
Referenced by what().