|
wibble
0.1.28
|
#include <exception.h>


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. | |
| wibble::exception::BadCast::BadCast | ( | const std::string & | context | ) | throw () [inline] |
| wibble::exception::BadCast::~BadCast | ( | ) | throw () [inline] |
| virtual std::string wibble::exception::BadCast::desc | ( | ) | const throw () [inline, virtual] |
Get a string describing what happened that threw the exception.
Reimplemented from wibble::exception::Consistency.
References typeinfo().
| virtual std::string wibble::exception::BadCast::typeinfo | ( | ) | const throw () [inline, virtual] |
Reimplemented in wibble::exception::BadCastExt< From, To >.
Referenced by desc().
1.7.6.1