|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiException.h>
Inheritance diagram for lti::exception:


Public Member Functions | |
| exception (const char *excName="exception") | |
| exception (const std::string &excName) | |
| exception (const exception &other) | |
| virtual | ~exception () throw () |
| virtual const char * | getTypeName () const |
| virtual const char * | what () const throw () |
| exception & | copy (const exception &other) |
| virtual exception * | clone () const |
| exception & | operator= (const exception &other) |
Protected Attributes | |
| std::string | exceptionName |
|
|
constructor.
|
|
|
constructor.
|
|
|
copy constructor
|
|
|
destructor
|
|
|
clone this object
|
|
|
copy member
|
|
|
|
alias for copy operator!
|
|
|
name of the exception
Reimplemented in lti::png::DeflateEncoder::DeflateError, and lti::png::InflateDecoder::StreamError. |
|
|
the exception message. This string will be returned with the method what() |