casa
5.7.0-16
|
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. More... | |
SDMDataObjectWriterException (const std::string &m) | |
A constructor with a message associated with the exception. More... | |
virtual | ~SDMDataObjectWriterException () |
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 while writing a MIME message containing ALMA binary data.
Definition at line 26 of file SDMDataObjectWriter.h.
|
inline |
An empty contructor.
Definition at line 56 of file SDMDataObjectWriter.h.
|
inline |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 57 of file SDMDataObjectWriter.h.
|
inlinevirtual |
The destructor.
Definition at line 58 of file SDMDataObjectWriter.h.
|
inline |
Returns the message associated to this exception.
Definition at line 59 of file SDMDataObjectWriter.h.
References message.
|
protected |
Definition at line 52 of file SDMDataObjectWriter.h.
Referenced by getMessage().