|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Throw if illegal cast is attempted.
Parent Classes:
Variables:
- const type_info & from;
-
- const type_info & to;
-
Methods:
- ErrorCastC(const char * ndesc,const type_info & nfrom,const type_info & nto)
-
Constructor.
- const type_info & From() const
-
Cast from.
- const type_info & To() const
-
Cast to.
- void Dump()
-
Dump contents of exception to cerr;
- const char * Text() const
-
Get error description.
- void Dump()
-
Dump contents of exception to cerr;
- const char * what() const
-
Standard exception text message.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|