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>

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

asdm::XSLTransformerException::XSLTransformerException (  )  [inline]

An empty constructor.

Definition at line 346 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 347 of file Misc.h.

asdm::XSLTransformerException::~XSLTransformerException (  )  [inline, virtual]

The destructor.

Definition at line 348 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 349 of file Misc.h.

References message.


Member Data Documentation

std::string asdm::XSLTransformerException::message [protected]

Definition at line 342 of file Misc.h.

Referenced by getMessage().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1