casa
$Rev:20696$
|
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. | |
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.
asdm::XSLTransformerException::XSLTransformerException | ( | const std::string & | m | ) | [inline] |
asdm::XSLTransformerException::~XSLTransformerException | ( | ) | [inline, virtual] |
An empty constructor.
asdm::XSLTransformerException::XSLTransformerException | ( | const std::string & | m | ) |
A constructor with a message associated with the exception.
m | a string containing the message. |
virtual asdm::XSLTransformerException::~XSLTransformerException | ( | ) | [virtual] |
The destructor.
std::string asdm::XSLTransformerException::getMessage | ( | ) | const [inline] |
std::string asdm::XSLTransformerException::getMessage | ( | ) | const |
Return the message associated to this exception.
std::string asdm::XSLTransformerException::message [protected] |
Definition at line 341 of file Misc.h.
Referenced by getMessage().