InFact
Interpreter and factory for easily creating C++ objects at run-time
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
error.cc File Reference

Provides an implementation of the primary error handling function for th. More...

#include "error.h"
#include <stdexcept>

Go to the source code of this file.

Namespaces

 infact
 The namespace for the entire InFact library.
 

Functions

void infact::Error (const std::string &message)
 Reports an error encountered during parsing and/or construction of an object. More...
 

Detailed Description

Provides an implementation of the primary error handling function for th.

Definition in file error.cc.