casa
5.7.0-16
|
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. More... | |
SDMDataObjectParserException (std::string m) | |
A constructor with a message associated with the exception. More... | |
virtual | ~SDMDataObjectParserException () |
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 the parsing of an XML header in a MIME message containing ALMA binary data.
Definition at line 68 of file SDMDataObjectParser.h.
|
inline |
An empty contructor.
Definition at line 98 of file SDMDataObjectParser.h.
|
inline |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 99 of file SDMDataObjectParser.h.
|
inlinevirtual |
The destructor.
Definition at line 100 of file SDMDataObjectParser.h.
|
inline |
Returns the message associated to this exception.
Definition at line 101 of file SDMDataObjectParser.h.
References message.
|
protected |
Definition at line 94 of file SDMDataObjectParser.h.
Referenced by getMessage().