A class to represent an exception thrown while an XSL transformation is applied by an instance of XSLTransformer. More...
#include <Misc.h>
Public Member Functions | |
XSLTransformerException () | |
An empty constructor. | |
XSLTransformerException (const std::string &m) | |
A constructor with a message associated with the exception. | |
virtual | ~XSLTransformerException () |
The destructor. | |
std::string | getMessage () const |
Return the message associated to this exception. | |
Protected Attributes | |
std::string | message |
A class to represent an exception thrown while an XSL transformation is applied by an instance of XSLTransformer.
Definition at line 316 of file Misc.h.
asdm::XSLTransformerException::XSLTransformerException | ( | ) | [inline] |
asdm::XSLTransformerException::XSLTransformerException | ( | const std::string & | m | ) | [inline] |
asdm::XSLTransformerException::~XSLTransformerException | ( | ) | [inline, virtual] |
std::string asdm::XSLTransformerException::getMessage | ( | ) | const [inline] |
std::string asdm::XSLTransformerException::message [protected] |
Definition at line 342 of file Misc.h.
Referenced by getMessage().