vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AP_LSystem::LSystemException Class Reference

#include <lsystemexception.h>

Inheritance diagram for AP_LSystem::LSystemException:
AP_LSystem::ConfigurationException AP_LSystem::FileException AP_LSystem::ParsingException

Public Member Functions

 LSystemException ()
 
 LSystemException (const char *description)
 
 ~LSystemException () throw ()
 
virtual const char * what () const throw ()
 
virtual void appendType ()
 

Public Attributes

std::string type
 
std::string message
 

Detailed Description

L-system exception class

Constructor & Destructor Documentation

AP_LSystem::LSystemException::LSystemException ( )
inline
AP_LSystem::LSystemException::LSystemException ( const char *  description)
inline
AP_LSystem::LSystemException::~LSystemException ( ) throw ()
inline

Member Function Documentation

virtual void AP_LSystem::LSystemException::appendType ( )
inlinevirtual
virtual const char* AP_LSystem::LSystemException::what ( ) const throw ()
inlinevirtual

Member Data Documentation

std::string AP_LSystem::LSystemException::message
std::string AP_LSystem::LSystemException::type

The documentation for this class was generated from the following file: