Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Error Handling - ExceptionErrorCastC
 

  PUBLIC
ExceptionErrorCastC::ExceptionErrorCastC(const char *,const type_info &,const type_info &)
ExceptionErrorCastC::From(void) const
ExceptionErrorCastC::To(void) const
ExceptionErrorCastC::Dump(void)
ExceptionC::Text(void) const
ExceptionC::Dump(ostream &)
ExceptionC::what(void) const

   ExceptionErrorCastC   
 
Casting exception class.
 
include "Ravl/Exception.hh"
Source file:Ravl/Core/Base/Exception.hh
User Level:Normal
Library:RavlCore
In Scope:RavlN

Comments:
Thrown when an illegal cast is attempted.

Parent Classes: Variables:
const type_info & from;

const type_info & to;

Methods:
ExceptionErrorCastC(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(ostream & strm)
Dump contents of exception to strm;

const char * what() const
Standard exception text message.


Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002