casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
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.
 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 315 of file Misc.h.


Constructor & Destructor Documentation

An empty constructor.

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

The destructor.

Definition at line 347 of file Misc.h.

An empty constructor.

A constructor with a message associated with the exception.

Parameters:
ma string containing the message.

The destructor.


Member Function Documentation

std::string asdm::XSLTransformerException::getMessage ( ) const [inline]

Return the message associated to this exception.

Returns:
a string.

Definition at line 348 of file Misc.h.

References message.

Return the message associated to this exception.

Returns:
a string.

Member Data Documentation

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

Definition at line 341 of file Misc.h.

Referenced by getMessage().


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