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::SDMDataObjectReaderException Class Reference

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

#include <SDMDataObjectReader.h>

Public Member Functions

 SDMDataObjectReaderException ()
 An empty contructor. More...
 
 SDMDataObjectReaderException (std::string m)
 A constructor with a message associated with the exception. More...
 
virtual ~SDMDataObjectReaderException ()
 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 reading a MIME message containing ALMA binary data.

Definition at line 66 of file SDMDataObjectReader.h.

Constructor & Destructor Documentation

asdmbinaries::SDMDataObjectReaderException::SDMDataObjectReaderException ( )
inline

An empty contructor.

Definition at line 96 of file SDMDataObjectReader.h.

asdmbinaries::SDMDataObjectReaderException::SDMDataObjectReaderException ( std::string  m)
inline

A constructor with a message associated with the exception.

Parameters
ma string containing the message.

Definition at line 97 of file SDMDataObjectReader.h.

asdmbinaries::SDMDataObjectReaderException::~SDMDataObjectReaderException ( )
inlinevirtual

The destructor.

Definition at line 98 of file SDMDataObjectReader.h.

Member Function Documentation

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

Returns the message associated to this exception.

Returns
a string.

Definition at line 99 of file SDMDataObjectReader.h.

References message.

Member Data Documentation

std::string asdmbinaries::SDMDataObjectReaderException::message
protected

Definition at line 92 of file SDMDataObjectReader.h.

Referenced by getMessage().


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