MeVisLabToolboxReference
ml::XMLTreeNodeException Class Reference

The XMLTreeNodeException class extends the exceptions already provided by class TreeNodeException. More...

#include <mlXMLTreeNode.h>

Inheritance diagram for ml::XMLTreeNodeException:
ml::TreeNodeException

List of all members.

Public Member Functions

 XMLTreeNodeException (int errorCode=0, const char *msg=NULL)
 Constructor.
virtual const char * getMessage () const
 Returns an error message containing error code and message (if present).

Detailed Description

The XMLTreeNodeException class extends the exceptions already provided by class TreeNodeException.

Definition at line 48 of file mlXMLTreeNode.h.


Constructor & Destructor Documentation

ml::XMLTreeNodeException::XMLTreeNodeException ( int  errorCode = 0,
const char *  msg = NULL 
) [inline]

Constructor.

Definition at line 53 of file mlXMLTreeNode.h.


Member Function Documentation

virtual const char* ml::XMLTreeNodeException::getMessage ( ) const [virtual]

Returns an error message containing error code and message (if present).

Reimplemented from ml::TreeNodeException.


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