#include <exception.h>
Public Member Functions | |
Exception (const std::string &msg) | |
Constructor. | |
Static Public Attributes | |
const std::string | NAME |
Class name, i.e. |
Definition at line 12 of file exception.h.
|
Constructor.
Definition at line 19 of file exception.h. References NAME. |
|
Class name, i.e. "Dv::Xml::Exception". Definition at line 15 of file exception.h. Referenced by Exception(). |
dvxml-0.1.4 | [19 September, 2003] |