casa
$Rev:20696$
|
The XMLConversionException class represents an exception when an error occurs in converting in restoring an Enumeration constant from its XML representation. More...
#include <XMLConversionException.h>
Public Member Functions | |
XMLConversionException (string m) | |
Create an exception. | |
string | getMessage () const |
Return the name of the exception followed by its cause. | |
XMLConversionException (string m) | |
Create an exception. | |
string | getMessage () const |
Return the name of the exception followed by its cause. | |
Protected Attributes | |
string | message |
The XMLConversionException class represents an exception when an error occurs in converting in restoring an Enumeration constant from its XML representation.
Definition at line 40 of file XMLConversionException.h.
enumerations::XMLConversionException::XMLConversionException | ( | string | m | ) | [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 61 of file XMLConversionException.h.
Create an exception.
The constructor takes a string as a parameter, describing the cause of the exception.
m | The message associated to the exception. |
string enumerations::XMLConversionException::getMessage | ( | ) | const [inline] |
Return the name of the exception followed by its cause.
Definition at line 65 of file XMLConversionException.h.
References message.
string enumerations::XMLConversionException::getMessage | ( | ) | const |
Return the name of the exception followed by its cause.
string enumerations::XMLConversionException::message [protected] |
Definition at line 58 of file XMLConversionException.h.
Referenced by getMessage().