casa
5.7.0-16
|
A class to represent an exception thrown during an access to an SDMDataObject. More...
#include <SDMDataObject.h>
Public Member Functions | |
SDMDataObjectException () | |
An empty contructor. More... | |
SDMDataObjectException (const std::string &m) | |
A constructor with a message associated with the exception. More... | |
virtual | ~SDMDataObjectException () |
The destructor. More... | |
std::string | getMessage () const |
Returns the message associated to this exception. More... | |
Protected Attributes | |
std::string | message |
A class to represent an exception thrown during an access to an SDMDataObject.
Definition at line 124 of file SDMDataObject.h.
|
inline |
An empty contructor.
Definition at line 154 of file SDMDataObject.h.
|
inline |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 155 of file SDMDataObject.h.
|
inlinevirtual |
The destructor.
Definition at line 156 of file SDMDataObject.h.
|
inline |
Returns the message associated to this exception.
Definition at line 157 of file SDMDataObject.h.
References message.
|
protected |
Definition at line 150 of file SDMDataObject.h.
Referenced by getMessage().