|
wibble
0.1.28
|
Exception thrown when some consistency check fails. More...
#include <exception.h>


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. | |
Exception thrown when some consistency check fails.
It is a direct child of ContextException, and has the very same semantics.
| wibble::exception::Consistency::Consistency | ( | const std::string & | context, |
| const std::string & | error = std::string() |
||
| ) | throw () [inline] |
| wibble::exception::Consistency::~Consistency | ( | ) | throw () [inline] |
| 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::ValOutOfRange< C >, wibble::exception::OutOfRange, wibble::exception::BadCast, and wibble::exception::BadOption.
| 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::ValOutOfRange< C >, wibble::exception::OutOfRange, and wibble::exception::BadOption.
1.7.6.1