#include <Cerr_BaseException.h>
Public Member Functions | |
BaseException & | operator= (const BaseException &) |
virtual void | Delete ()=0 |
dtSMALL | GetErrorCode () const |
dtSTRING * | GetErrorMessage () const |
dtSMALL | GetErrorLevel () const |
dtSTRING * | GetExceptionSource () const |
Base exception class that is inherited by exception objects that are thrown by the application.
|
pure virtual |
Delete the Exception object.
Implemented in dbSpaces::error::DatabaseException, and dbSpaces::error::TypeException.
dtSMALL dbSpaces::error::BaseException::GetErrorCode | ( | ) | const |
Get the Exception error code.
dtSMALL dbSpaces::error::BaseException::GetErrorLevel | ( | ) | const |
Get the Exception error level;
dtSTRING * dbSpaces::error::BaseException::GetErrorMessage | ( | ) | const |
Get the Exception error message.
dtSTRING * dbSpaces::error::BaseException::GetExceptionSource | ( | ) | const |
Get the Exception error source location.
BaseException & dbSpaces::error::BaseException::operator= | ( | const BaseException & | ) |
BaseException assignment operator.