#include <Exception.h>
Inheritance diagram for DREAM::XMLException:
Public Member Functions | |
XMLException (const std::string &exception) | |
Constructor. | |
virtual | ~XMLException () |
Destructor. | |
virtual void | handler () const |
Handler. |
Definition at line 99 of file Exception.h.
DREAM::XMLException::XMLException | ( | const std::string & | exception | ) |
Constructor.
exception | specifies the exception message. |
Definition at line 84 of file Exception.cpp.
DREAM::XMLException::~XMLException | ( | ) | [virtual] |
void DREAM::XMLException::handler | ( | ) | const [virtual] |
Handler.
Outputs exception message.
Reimplemented from DREAM::Exception.
Definition at line 93 of file Exception.cpp.
References DREAM::Exception::exception_.