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

  PUBLIC
ErrorNotImplementedC::ErrorNotImplementedC(const char *)
ErrorNotImplementedC::ErrorNotImplementedC(const char *,bool)
ExceptionC::Text(void) const
ExceptionC::Dump(void)
ExceptionC::what(void) const
ErrorNotImplementedC
 
Report an unimplemented function.
 
include "amma/StdError.hh"
User Level:Default
Library:Mtype
Section:Basic Types.Exceptions
In Scope:std

Comments:
If in check mode constructor will abort to make it easy to find with a stack trace.

Parent Classes: Methods:
ErrorNotImplementedC(const char * ntext)
Constructor

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

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