Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Exception Class Reference

#include <elm/xom/Exception.h>

+ Inheritance diagram for Exception:

Public Member Functions

 Exception (Node *node, const String &message)
 
Nodenode (void) const
 
- Public Member Functions inherited from MessageException
 MessageException (const String &message)
 
virtual String message (void)
 
- Public Member Functions inherited from Exception
virtual ~Exception (void)
 

Detailed Description

Exception thrown for errors during XOM work.

Constructor & Destructor Documentation

◆ Exception()

Exception ( Node node,
const String message 
)

Build the exception from a formatted string.

Parameters
nodeNode causing the exception.
messageMessage.

Member Function Documentation

◆ node()

Node * node ( void  ) const
inline

Get the node causing the exception.


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