|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Base class for AMMA's error exceptions.
Derived Classes:
Variables:
- const char * desc;
-
- bool ref;
-
Delete string in constructor ?
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:49:27 2001
|