std::bad_cast Class Reference

Thrown during incorrect typecasting. More...

Inheritance diagram for std::bad_cast:

std::exception List of all members.

Public Member Functions

 bad_cast () throw ()
virtual ~bad_cast () throw ()

Detailed Description

Thrown during incorrect typecasting.

If you attempt an invalid dynamic_cast expression, an instance of this class (or something derived from this class) is thrown.

Definition at line 139 of file typeinfo.


Constructor & Destructor Documentation

std::bad_cast::bad_cast (  )  throw () [inline]

Definition at line 142 of file typeinfo.

virtual std::bad_cast::~bad_cast (  )  throw () [virtual]


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:59:33 2010 for GNU C++ STL by  doxygen 1.4.7