TF++, Miscellaneous classes and modules in C++:

Error handling. More...

Classes

class  Exception
 Base class for exceptions. More...
 
class  FSException
 exception class for file system utilities More...
 

Functions

void report_violation (const char *message, const char *file, const int &line, const char *condition)
 report violation of assertion More...
 
void report_deprecated (const char *function, const char *reason)
 report deprecated function More...
 

Detailed Description

Error handling.

, You may find the exception base class here.