OBJObject::ObjectFileOpenException Class Reference

#include <OBJObject.h>

List of all members.

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


Detailed Description

Simple Exception class
Author:
Christian Engels

Definition at line 50 of file OBJObject.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

const char* OBJObject::ObjectFileOpenException::what (  )  const throw () [inline]

what is wrong

Definition at line 62 of file OBJObject.h.

References mFileName.


Member Data Documentation

const std::string OBJObject::ObjectFileOpenException::mFileName [private]

the filename where something went wrong

Definition at line 71 of file OBJObject.h.

Referenced by what().


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