|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
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:49:27 2001
|