MeVisLab Toolbox Reference
|
The XMLTreeNodeException class extends the exceptions already provided by class TreeNodeException. More...
#include <mlXMLTreeNode.h>
Public Member Functions | |
XMLTreeNodeException (int errorCode=0, const char *msg=nullptr) | |
Constructor. More... | |
const char * | getMessage () const override |
Returns an error message containing error code and message (if present). More... | |
![]() | |
TreeNodeException (int errorCode=0, const char *msg=nullptr) | |
Creates a new exception object with code errorCode and an optional error message. More... | |
virtual | ~TreeNodeException () |
Destructor. More... | |
int | getCode () const |
Returns the error code. More... | |
Additional Inherited Members | |
![]() | |
int | _errorCode |
The error code of the exception. More... | |
The XMLTreeNodeException class extends the exceptions already provided by class TreeNodeException.
Definition at line 53 of file mlXMLTreeNode.h.
ml::XMLTreeNodeException::XMLTreeNodeException | ( | int | errorCode = 0 , |
const char * | msg = nullptr |
||
) |
Constructor.
|
overridevirtual |
Returns an error message containing error code and message (if present).
The pointer is guaranteed to be valid at least until the exception object from which it is obtained is destroyed
Reimplemented from ml::TreeNodeException.