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

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>

List of all members.

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

Detailed Description

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.


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 XMLConversionException.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 XMLConversionException.h.

References message.

Return the name of the exception followed by its cause.


Member Data Documentation

Definition at line 58 of file XMLConversionException.h.

Referenced by getMessage().


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