vrecko
virtual reality framework
|
#include <lsystemexception.h>
Public Member Functions | |
ConfigurationException () | |
ConfigurationException (const char *description) | |
ConfigurationException (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 |
Exception thrown in case of error in Configuration class.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from AP_LSystem::LSystemException.