casa
$Rev:20696$
|
A class to represent an exception thrown during the parsing of an XML header in a MIME message containing ALMA binary data. More...
#include <SDMDataObjectParser.h>
Public Member Functions | |
SDMDataObjectParserException () | |
An empty contructor. | |
SDMDataObjectParserException (string m) | |
A constructor with a message associated with the exception. | |
virtual | ~SDMDataObjectParserException () |
The destructor. | |
string | getMessage () const |
Returns the message associated to this exception. | |
SDMDataObjectParserException () | |
An empty contructor. | |
SDMDataObjectParserException (string m) | |
A constructor with a message associated with the exception. | |
virtual | ~SDMDataObjectParserException () |
The destructor. | |
string | getMessage () const |
Returns the message associated to this exception. | |
Protected Attributes | |
string | message |
A class to represent an exception thrown during the parsing of an XML header in a MIME message containing ALMA binary data.
Definition at line 70 of file SDMDataObjectParser.h.
An empty contructor.
Definition at line 100 of file SDMDataObjectParser.h.
asdmbinaries::SDMDataObjectParserException::SDMDataObjectParserException | ( | string | m | ) | [inline] |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 101 of file SDMDataObjectParser.h.
asdmbinaries::SDMDataObjectParserException::~SDMDataObjectParserException | ( | ) | [inline, virtual] |
The destructor.
Definition at line 102 of file SDMDataObjectParser.h.
An empty contructor.
A constructor with a message associated with the exception.
m | a string containing the message. |
virtual asdmbinaries::SDMDataObjectParserException::~SDMDataObjectParserException | ( | ) | [virtual] |
The destructor.
string asdmbinaries::SDMDataObjectParserException::getMessage | ( | ) | const [inline] |
Returns the message associated to this exception.
Definition at line 103 of file SDMDataObjectParser.h.
References message.
string asdmbinaries::SDMDataObjectParserException::getMessage | ( | ) | const |
Returns the message associated to this exception.
string asdmbinaries::SDMDataObjectParserException::message [protected] |
Definition at line 96 of file SDMDataObjectParser.h.
Referenced by getMessage().