CFL
|
Exception class for cfl library. More...
#include <cfl/Error.hpp>
Public Member Functions | |
Error (const char *pWhere) | |
~Error () throw () | |
const char * | what () const throw () |
This is the exception class for cfl library.
cfl::Error::Error | ( | const char * | pWhere | ) |
Constructor.
pWhere | Information on an error. |
|
inline |
Virtual destructor.
const char* cfl::Error::what | ( | ) | const | |
throw | ( | |||
) |
The function returns information on the thrown exception.