casa
5.7.0-16
|
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 |
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.
|
inline |
Create an exception.
The constructor takes a string as a parameter, describing the cause of the exception.
m | The message associated to the exception. |
Definition at line 60 of file IDLConversionException.h.
|
inline |
Return the name of the exception followed by its cause.
Definition at line 64 of file IDLConversionException.h.
References message.
|
protected |
Definition at line 57 of file IDLConversionException.h.
Referenced by getMessage().