#include <scriptexception.h>

Public Member Functions | |
| ScriptException (const char *desc="<no description>") | |
| ScriptException (std::string &desc) | |
| virtual | ~ScriptException () throw () |
| const char * | what () const throw () |
Private Attributes | |
| std::string | description |
Definition at line 21 of file scriptexception.h.
| VRUT::ScriptException::ScriptException | ( | const char * | desc = "<no description>" |
) | [inline] |
| VRUT::ScriptException::ScriptException | ( | std::string & | desc | ) | [inline] |
| virtual VRUT::ScriptException::~ScriptException | ( | ) | throw () [inline, virtual] |
| const char* VRUT::ScriptException::what | ( | ) | const throw () [inline] |
std::string VRUT::ScriptException::description [private] |
Definition at line 24 of file scriptexception.h.
1.5.5