Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
ErrorCastC::ErrorCastC(const char *,const type_info &,const type_info &)
ErrorCastC::From(void) const
ErrorCastC::To(void) const
ErrorCastC::Dump(void)
ExceptionC::Text(void) const
ExceptionC::Dump(void)
ExceptionC::what(void) const
ErrorCastC
 
Casting exception class.
 
include "amma/StdError.hh"
User Level:Default
Library:Mtype
Section:Basic Types.Exceptions
In Scope:std

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