#include <Exception.h>
Public Member Functions | |
ConsistencyCheckException (const std::string &context) throw () | |
virtual const char * | type () const throw () |
Get a string tag identifying the exception type. |
It is a direct child of ContextException, and has the very same semantics.
Tagcoll::ConsistencyCheckException::ConsistencyCheckException | ( | const std::string & | context | ) | throw () [inline] |
virtual const char* Tagcoll::ConsistencyCheckException::type | ( | ) | const throw () [inline, virtual] |
Get a string tag identifying the exception type.
Reimplemented from Tagcoll::ContextException.
Reimplemented in Tagcoll::commandline::BadOption, Tagcoll::OutOfRangeException, and Tagcoll::ValOutOfRangeException< C >.