Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
An exception class thrown during ASL failures to cast. More...
#include <typeinfo.hpp>
Public Member Functions | |
bad_cast () | |
bad_cast (const std::type_info &from, const std::type_info &to) | |
bad_cast (const bad_cast &) | |
bad_cast & | operator= (const bad_cast &) |
virtual | ~bad_cast () throw () |
const char * | what () const throw () |
adobe::bad_cast
is a decendant of std::exception
. It is intended to provide detailed type information regarding the parameters into a cast that failed. If no typeid()
information was used to construct the object, it simply relays "bad_cast".
Definition at line 33 of file typeinfo.hpp.
bad_cast | ( | ) |
bad_cast | ( | const std::type_info & | from, |
const std::type_info & | to ) |
|
virtual |
const char * what | ( | ) | const | |||
throw | ( | ) |