casa
$Rev:20696$
|
A class to represent an exception thrown while writing a MIME message containing ALMA binary data. More...
#include <SDMDataObjectWriter.h>
Public Member Functions | |
SDMDataObjectWriterException () | |
An empty contructor. | |
SDMDataObjectWriterException (const string &m) | |
A constructor with a message associated with the exception. | |
virtual | ~SDMDataObjectWriterException () |
The destructor. | |
string | getMessage () const |
Returns the message associated to this exception. | |
SDMDataObjectWriterException () | |
An empty contructor. | |
SDMDataObjectWriterException (const string &m) | |
A constructor with a message associated with the exception. | |
virtual | ~SDMDataObjectWriterException () |
The destructor. | |
string | getMessage () const |
Returns the message associated to this exception. | |
Protected Attributes | |
string | message |
A class to represent an exception thrown while writing a MIME message containing ALMA binary data.
Definition at line 36 of file SDMDataObjectWriter.h.
An empty contructor.
Definition at line 66 of file SDMDataObjectWriter.h.
asdmbinaries::SDMDataObjectWriterException::SDMDataObjectWriterException | ( | const string & | m | ) | [inline] |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 67 of file SDMDataObjectWriter.h.
asdmbinaries::SDMDataObjectWriterException::~SDMDataObjectWriterException | ( | ) | [inline, virtual] |
The destructor.
Definition at line 68 of file SDMDataObjectWriter.h.
An empty contructor.
asdmbinaries::SDMDataObjectWriterException::SDMDataObjectWriterException | ( | const string & | m | ) |
A constructor with a message associated with the exception.
m | a string containing the message. |
virtual asdmbinaries::SDMDataObjectWriterException::~SDMDataObjectWriterException | ( | ) | [virtual] |
The destructor.
string asdmbinaries::SDMDataObjectWriterException::getMessage | ( | ) | const [inline] |
Returns the message associated to this exception.
Definition at line 69 of file SDMDataObjectWriter.h.
References message.
string asdmbinaries::SDMDataObjectWriterException::getMessage | ( | ) | const |
Returns the message associated to this exception.
string asdmbinaries::SDMDataObjectWriterException::message [protected] |
Definition at line 62 of file SDMDataObjectWriter.h.
Referenced by getMessage().