casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
asdmbinaries::SDMDataObjectWriterException Class Reference

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
 

Detailed Description

A class to represent an exception thrown while writing a MIME message containing ALMA binary data.

Definition at line 26 of file SDMDataObjectWriter.h.

Constructor & Destructor Documentation

asdmbinaries::SDMDataObjectWriterException::SDMDataObjectWriterException ( )
inline

An empty contructor.

Definition at line 56 of file SDMDataObjectWriter.h.

asdmbinaries::SDMDataObjectWriterException::SDMDataObjectWriterException ( const std::string &  m)
inline

A constructor with a message associated with the exception.

Parameters
ma string containing the message.

Definition at line 57 of file SDMDataObjectWriter.h.

asdmbinaries::SDMDataObjectWriterException::~SDMDataObjectWriterException ( )
inlinevirtual

The destructor.

Definition at line 58 of file SDMDataObjectWriter.h.

Member Function Documentation

std::string asdmbinaries::SDMDataObjectWriterException::getMessage ( ) const
inline

Returns the message associated to this exception.

Returns
a string.

Definition at line 59 of file SDMDataObjectWriter.h.

References message.

Member Data Documentation

std::string asdmbinaries::SDMDataObjectWriterException::message
protected

Definition at line 52 of file SDMDataObjectWriter.h.

Referenced by getMessage().


The documentation for this class was generated from the following file: