casa
$Rev:20696$
|
A class to represent an exception thrown while reading a MIME message containing ALMA binary data. More...
#include <SDMDataObjectReader.h>
Public Member Functions | |
SDMDataObjectReaderException () | |
An empty contructor. | |
SDMDataObjectReaderException (string m) | |
A constructor with a message associated with the exception. | |
virtual | ~SDMDataObjectReaderException () |
The destructor. | |
string | getMessage () const |
Returns the message associated to this exception. | |
SDMDataObjectReaderException () | |
An empty contructor. | |
SDMDataObjectReaderException (string m) | |
A constructor with a message associated with the exception. | |
virtual | ~SDMDataObjectReaderException () |
The destructor. | |
string | getMessage () const |
Returns the message associated to this exception. | |
Protected Attributes | |
string | message |
A class to represent an exception thrown while reading a MIME message containing ALMA binary data.
Definition at line 67 of file SDMDataObjectReader.h.
An empty contructor.
Definition at line 97 of file SDMDataObjectReader.h.
asdmbinaries::SDMDataObjectReaderException::SDMDataObjectReaderException | ( | string | m | ) | [inline] |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 98 of file SDMDataObjectReader.h.
asdmbinaries::SDMDataObjectReaderException::~SDMDataObjectReaderException | ( | ) | [inline, virtual] |
The destructor.
Definition at line 99 of file SDMDataObjectReader.h.
An empty contructor.
A constructor with a message associated with the exception.
m | a string containing the message. |
virtual asdmbinaries::SDMDataObjectReaderException::~SDMDataObjectReaderException | ( | ) | [virtual] |
The destructor.
string asdmbinaries::SDMDataObjectReaderException::getMessage | ( | ) | const [inline] |
Returns the message associated to this exception.
Definition at line 100 of file SDMDataObjectReader.h.
References message.
string asdmbinaries::SDMDataObjectReaderException::getMessage | ( | ) | const |
Returns the message associated to this exception.
string asdmbinaries::SDMDataObjectReaderException::message [protected] |
Definition at line 93 of file SDMDataObjectReader.h.
Referenced by getMessage().