vrecko
virtual reality framework
|
#include <lsystemexception.h>
Public Member Functions | |
FileException () | |
FileException (const char *description) | |
FileException (std::string description) | |
virtual void | appendType () |
Public Member Functions inherited from AP_LSystem::LSystemException | |
LSystemException () | |
LSystemException (const char *description) | |
~LSystemException () throw () | |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Public Attributes inherited from AP_LSystem::LSystemException | |
std::string | type |
std::string | message |
File error exception
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from AP_LSystem::LSystemException.