#include <exception.h>
Public Member Functions | |
BadCastExt (const std::string &error=std::string()) throw () | |
~BadCastExt () throw () | |
virtual std::string | typeinfo () const throw () |
wibble::exception::BadCastExt< From, To >::BadCastExt | ( | const std::string & | error = std::string() |
) | throw () [inline] |
wibble::exception::BadCastExt< From, To >::~BadCastExt | ( | ) | throw () [inline] |
virtual std::string wibble::exception::BadCastExt< From, To >::typeinfo | ( | ) | const throw () [inline, virtual] |
Reimplemented from wibble::exception::BadCast.