#include <exception.h>
List of all members.
Public Member Functions |
| BadCast (const std::string &context) throw () |
| ~BadCast () throw () |
virtual std::string | typeinfo () const throw () |
virtual std::string | desc () const throw () |
| Get a string describing what happened that threw the exception.
|
| 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.
|
| Generic () throw () |
| Generic (const std::string &context) throw () |
virtual | ~Generic () throw () |
virtual const std::string & | fullInfo () const throw () |
| Format in a string all available information about the exception.
|
virtual const char * | what () const throw () |
| Context () throw () |
| Context (const std::string &context) throw () |
void | addContext (const std::string &c) throw () |
std::string | formatContext () const throw () |
const std::vector< std::string > & | context () const throw () |
Constructor & Destructor Documentation
wibble::exception::BadCast::BadCast |
( |
const std::string & |
context | ) |
throw () |
|
inline |
wibble::exception::BadCast::~BadCast |
( |
| ) |
throw () |
|
inline |
Member Function Documentation
virtual std::string wibble::exception::BadCast::desc |
( |
| ) |
const throw () |
|
inlinevirtual |
virtual std::string wibble::exception::BadCast::typeinfo |
( |
| ) |
const throw () |
|
inlinevirtual |
The documentation for this struct was generated from the following file: