A class to represent an exception thrown while an XSL transformation is applied by an instance of XSLTransformer.
More...
#include <Misc.h>
A class to represent an exception thrown while an XSL transformation is applied by an instance of XSLTransformer.
Definition at line 398 of file Misc.h.
asdm::XSLTransformerException::XSLTransformerException |
( |
| ) |
|
|
inline |
An empty constructor.
Definition at line 428 of file Misc.h.
asdm::XSLTransformerException::XSLTransformerException |
( |
const std::string & |
m | ) |
|
|
inline |
A constructor with a message associated with the exception.
- Parameters
-
m | a string containing the message. |
Definition at line 429 of file Misc.h.
asdm::XSLTransformerException::~XSLTransformerException |
( |
| ) |
|
|
inlinevirtual |
The destructor.
Definition at line 430 of file Misc.h.
std::string asdm::XSLTransformerException::getMessage |
( |
| ) |
const |
|
inline |
Return the message associated to this exception.
- Returns
- a string.
Definition at line 431 of file Misc.h.
References message.
std::string asdm::XSLTransformerException::message |
|
protected |
The documentation for this class was generated from the following file: