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

  PUBLIC
ErrorOperationFailedC::ErrorOperationFailedC(const char *)
ErrorOperationFailedC::ErrorOperationFailedC(const char *,bool)
ExceptionC::Text(void) const
ExceptionC::Dump(void)
ExceptionC::what(void) const
ErrorOperationFailedC
 
Exception: Out of range.
 
include "amma/StdError.hh"
User Level:Default
Library:Mtype
Section:Basic Types.Exceptions
In Scope:std

Comments:
Thrown if a requested operation failed because of conditions outside the programs control. (Such as running out of disk space.)

Parent Classes: Methods:
ErrorOperationFailedC(const char * ndesc)
Constructor.

ErrorOperationFailedC(const char * ntext,bool copy)
Constructor.
if copy is true, a copy is made of string ntext.

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