QuestWeaver
A procedural quest generator
|
The main exception type used by all classes of the QuestWeaver system. More...
#include <WeaverTypes.h>
Public Member Functions | |
ContractFailedException (std::string ss) | |
virtual | ~ContractFailedException () throw () |
const char * | what () const throw () |
Public Attributes | |
std::string | s |
The main exception type used by all classes of the QuestWeaver system.
All wrong API calls or expected problems (e.g. not being able to parse a quest template) will throw this exception.
Definition at line 27 of file WeaverTypes.h.
|
inlineexplicit |
Definition at line 30 of file WeaverTypes.h.
|
inlinevirtual |
Definition at line 32 of file WeaverTypes.h.
|
inline |
Definition at line 34 of file WeaverTypes.h.
std::string weave::ContractFailedException::s |
Definition at line 28 of file WeaverTypes.h.