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

  PUBLIC
ExceptionC::ExceptionC(const char *)
ExceptionC::ExceptionC(const char *,bool)
ExceptionC::ExceptionC(const ExceptionC &)
ExceptionC::~ExceptionC(void)
ExceptionC::Text(void) const
ExceptionC::Dump(void)
ExceptionC::what(void) const
ExceptionC
 
General Error.
 
include "amma/StdError.hh"
User Level:Default
Library:Mtype
Section:Basic Types.Exceptions
In Scope:std

Comments:
Base class for AMMA's error exceptions.

Derived Classes: Variables:
Methods:
ExceptionC(const char * ntext)
Constructor

ExceptionC(const char * ntext,bool copy)
Constructor.
Copy string if 'copy' is true.

ExceptionC(const ExceptionC & oth)
Copy Constructor
This assumes the only time you use a copy constructor on an exception is when passing it as an argument!

~ExceptionC()
Virtualise destructor.

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:48:08 2001