Ilwis-Objects
1.0
GIS and Remote Sensing framework for data access and processing
|
The ErrorObject class base class for all exceptions in Ilwis. More...
#include <errorobject.h>
Public Member Functions | |
ErrorObject (const QString &message) | |
ErrorObject constructor. More... | |
QString | message () const |
message More... | |
virtual const char * | what () const throw () |
The ErrorObject class base class for all exceptions in Ilwis.
*Exceptions are not widely used in ILwis, there is more a reliance on return values. But were they are used they must be derived from ErrorObject *The reason is that there must still be logging to the issuelogger and this can be done through the errorobject
ErrorObject::ErrorObject | ( | const QString & | message | ) |
ErrorObject constructor.
message | A string message describing the error that occured |
QString ErrorObject::message | ( | ) | const |
message