|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Variables:
- int code;
-
Methods:
- ExceptionExitC(int ncode,const char * ndesc)
-
Constructor.
- ExceptionExitC(int ncode,const char * ntext,bool copy)
-
Constructor.
if copy is true, a copy is made of string ntext.
- int Code()
-
Desired exit code.
- 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
|