wibble 0.1.28
Public Member Functions
wibble::exception::BadCast Struct Reference

#include <exception.h>

Inheritance diagram for wibble::exception::BadCast:
Inheritance graph
[legend]
Collaboration diagram for wibble::exception::BadCast:
Collaboration graph
[legend]

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.

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 () [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().


The documentation for this struct was generated from the following file: