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
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>

Public Member Functions

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

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 39 of file IDLConversionException.h.

Constructor & Destructor Documentation

enumerations::IDLConversionException::IDLConversionException ( string  m)
inline

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 60 of file IDLConversionException.h.

Member Function Documentation

string enumerations::IDLConversionException::getMessage ( ) const
inline

Return the name of the exception followed by its cause.

Definition at line 64 of file IDLConversionException.h.

References message.

Member Data Documentation

string enumerations::IDLConversionException::message
protected

Definition at line 57 of file IDLConversionException.h.

Referenced by getMessage().


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