#include <exception.h>
It is a direct child of ContextException, and has the very same semantics.
Public Member Functions | |
Consistency (const std::string &context, const std::string &error=std::string()) throw () | |
~Consistency () throw () | |
virtual const char * | type () const throw () |
Get a string tag identifying the exception type. | |
virtual std::string | desc () const throw () |
Get a string describing what happened that threw the exception. |
wibble::exception::Consistency::Consistency | ( | const std::string & | context, | |
const std::string & | error = std::string() | |||
) | throw () [inline] |
wibble::exception::Consistency::~Consistency | ( | ) | throw () [inline] |
virtual const char* wibble::exception::Consistency::type | ( | ) | const throw () [inline, virtual] |
Get a string tag identifying the exception type.
Reimplemented from wibble::exception::Generic.
Reimplemented in wibble::exception::BadOption, wibble::exception::OutOfRange, and wibble::exception::ValOutOfRange< C >.
virtual std::string wibble::exception::Consistency::desc | ( | ) | const throw () [inline, virtual] |
Get a string describing what happened that threw the exception.
Reimplemented from wibble::exception::Generic.
Reimplemented in wibble::exception::BadOption, wibble::exception::BadCast, wibble::exception::OutOfRange, and wibble::exception::ValOutOfRange< C >.