casa
5.7.0-16
|
A class to describe ASDM2MS Exceptions. More...
#include <ASDM2MSException.h>
Public Member Functions | |
ASDM2MSException () | |
An empty contructor. More... | |
ASDM2MSException (string m) | |
A constructor with a message associated with the exception. More... | |
virtual | ~ASDM2MSException () |
The destructor. More... | |
string | getMessage () const |
Returns the message associated to this exception. More... | |
Protected Attributes | |
string | message |
A class to describe ASDM2MS Exceptions.
Definition at line 7 of file ASDM2MSException.h.
|
inline |
An empty contructor.
Definition at line 36 of file ASDM2MSException.h.
|
inline |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 37 of file ASDM2MSException.h.
|
inlinevirtual |
The destructor.
Definition at line 38 of file ASDM2MSException.h.
|
inline |
Returns the message associated to this exception.
Definition at line 39 of file ASDM2MSException.h.
References message.
|
protected |
Definition at line 32 of file ASDM2MSException.h.
Referenced by getMessage().