casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
asdm::XSLTransformerException Class Reference

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. More...
 
 XSLTransformerException (const std::string &m)
 A constructor with a message associated with the exception. More...
 
virtual ~XSLTransformerException ()
 The destructor. More...
 
std::string getMessage () const
 Return the message associated to this exception. More...
 

Protected Attributes

std::string message
 

Detailed Description

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.

Constructor & Destructor Documentation

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
ma 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.

Member Function Documentation

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.

Member Data Documentation

std::string asdm::XSLTransformerException::message
protected

Definition at line 424 of file Misc.h.

Referenced by getMessage().


The documentation for this class was generated from the following file: