casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
asdmbinaries::SDMDataObjectException Class Reference

A class to represent an exception thrown during an access to an SDMDataObject. More...

#include <SDMDataObject.h>

List of all members.

Public Member Functions

 SDMDataObjectException ()
 An empty contructor.
 SDMDataObjectException (const string &m)
 A constructor with a message associated with the exception.
virtual ~SDMDataObjectException ()
 The destructor.
string getMessage () const
 Returns the message associated to this exception.
 SDMDataObjectException ()
 An empty contructor.
 SDMDataObjectException (const string &m)
 A constructor with a message associated with the exception.
virtual ~SDMDataObjectException ()
 The destructor.
string getMessage () const
 Returns the message associated to this exception.

Protected Attributes

string message

Detailed Description

A class to represent an exception thrown during an access to an SDMDataObject.

Definition at line 145 of file SDMDataObject.h.


Constructor & Destructor Documentation

An empty contructor.

Definition at line 175 of file SDMDataObject.h.

A constructor with a message associated with the exception.

Parameters:
ma string containing the message.

Definition at line 176 of file SDMDataObject.h.

The destructor.

Definition at line 177 of file SDMDataObject.h.

An empty contructor.

A constructor with a message associated with the exception.

Parameters:
ma string containing the message.

The destructor.


Member Function Documentation

Returns the message associated to this exception.

Returns:
a string.

Definition at line 178 of file SDMDataObject.h.

References message.

Returns the message associated to this exception.

Returns:
a string.

Member Data Documentation

Definition at line 171 of file SDMDataObject.h.

Referenced by getMessage().


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