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

The IDLConversionException class represents an exception when an error occurs in converting in restoring an Enumeration constant from its IDL representation. More...

#include <IDLConversionException.h>

List of all members.

Public Member Functions

 IDLConversionException (string m)
 Create an exception.
string getMessage () const
 Return the name of the exception followed by its cause.
 IDLConversionException (string m)
 Create an exception.
string getMessage () const
 Return the name of the exception followed by its cause.

Protected Attributes

string message

Detailed Description

The IDLConversionException class represents an exception when an error occurs in converting in restoring an Enumeration constant from its IDL representation.

Definition at line 40 of file IDLConversionException.h.


Constructor & Destructor Documentation

Create an exception.

The constructor takes a string as a parameter, describing the cause of the exception.

Parameters:
mThe message associated to the exception.

Definition at line 61 of file IDLConversionException.h.

Create an exception.

The constructor takes a string as a parameter, describing the cause of the exception.

Parameters:
mThe message associated to the exception.

Member Function Documentation

Return the name of the exception followed by its cause.

Definition at line 65 of file IDLConversionException.h.

References message.

Return the name of the exception followed by its cause.


Member Data Documentation

Definition at line 58 of file IDLConversionException.h.

Referenced by getMessage().


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