InFact
Interpreter and factory for easily creating C++ objects at run-time
|
Provides an error handling function that optionally throws an exception. More...
#include <string>
Go to the source code of this file.
Namespaces | |
infact | |
The namespace for the entire InFact library. | |
Macros | |
#define | INFACT_THROW_EXCEPTIONS |
Determines whether the Error function, and therefore the entire InFact library, throws an exception when an error occurs. More... | |
Functions | |
void | infact::Error (const std::string &message) |
Reports an error encountered during parsing and/or construction of an object. More... | |
Provides an error handling function that optionally throws an exception.
Definition in file error.h.