vrecko
virtual reality framework
|
#include <lsystemexception.h>
Public Member Functions | |
ParsingException () | |
ParsingException (const char *description) | |
ParsingException (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 during parsing L-system rules
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from AP_LSystem::LSystemException.