casa
$Rev:20696$
|
A class to represent an exception thrown during an access to an SDMDataObject. More...
#include <SDMDataObject.h>
Public Member Functions | |
SDMDataObjectException () | |
An empty contructor. | |
SDMDataObjectException (const string &m) | |
A constructor with a message associated with the exception. | |
virtual | ~SDMDataObjectException () |
The destructor. | |
string | getMessage () const |
Returns the message associated to this exception. | |
SDMDataObjectException () | |
An empty contructor. | |
SDMDataObjectException (const string &m) | |
A constructor with a message associated with the exception. | |
virtual | ~SDMDataObjectException () |
The destructor. | |
string | getMessage () const |
Returns the message associated to this exception. | |
Protected Attributes | |
string | message |
A class to represent an exception thrown during an access to an SDMDataObject.
Definition at line 145 of file SDMDataObject.h.
An empty contructor.
Definition at line 175 of file SDMDataObject.h.
asdmbinaries::SDMDataObjectException::SDMDataObjectException | ( | const string & | m | ) | [inline] |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 176 of file SDMDataObject.h.
asdmbinaries::SDMDataObjectException::~SDMDataObjectException | ( | ) | [inline, virtual] |
The destructor.
Definition at line 177 of file SDMDataObject.h.
An empty contructor.
asdmbinaries::SDMDataObjectException::SDMDataObjectException | ( | const string & | m | ) |
A constructor with a message associated with the exception.
m | a string containing the message. |
virtual asdmbinaries::SDMDataObjectException::~SDMDataObjectException | ( | ) | [virtual] |
The destructor.
string asdmbinaries::SDMDataObjectException::getMessage | ( | ) | const [inline] |
Returns the message associated to this exception.
Definition at line 178 of file SDMDataObject.h.
References message.
string asdmbinaries::SDMDataObjectException::getMessage | ( | ) | const |
Returns the message associated to this exception.
string asdmbinaries::SDMDataObjectException::message [protected] |
Definition at line 171 of file SDMDataObject.h.
Referenced by getMessage().