![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/xom/Exception.h>
Inheritance diagram for Exception:Public Member Functions | |
| Exception (Node *node, const String &message) | |
| Node * | node (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) |
Exception thrown for errors during XOM work.
Build the exception from a formatted string.
| node | Node causing the exception. |
| message | Message. |