casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
asdm::ASDMValuesParserException Class Reference

A class to represent an exception thrown during the parsing of the representation of a basic type value , scalar or array, in the XML representation of an ASDM table. More...

#include <ASDMValuesParser.h>

List of all members.

Public Member Functions

 ASDMValuesParserException ()
 An empty contructor.
 ASDMValuesParserException (const std::string &m)
 A constructor with a message associated with the exception.
virtual ~ASDMValuesParserException ()
 The destructor.
std::string getMessage () const
 Returns the message associated to this exception.
 ASDMValuesParserException ()
 An empty contructor.
 ASDMValuesParserException (const std::string &m)
 A constructor with a message associated with the exception.
virtual ~ASDMValuesParserException ()
 The destructor.
std::string getMessage () const
 Returns the message associated to this exception.

Protected Attributes

std::string message

Detailed Description

A class to represent an exception thrown during the parsing of the representation of a basic type value , scalar or array, in the XML representation of an ASDM table.

Definition at line 40 of file ASDMValuesParser.h.


Constructor & Destructor Documentation

An empty contructor.

Definition at line 70 of file ASDMValuesParser.h.

A constructor with a message associated with the exception.

Parameters:
ma string containing the message.

Definition at line 71 of file ASDMValuesParser.h.

The destructor.

Definition at line 72 of file ASDMValuesParser.h.

An empty contructor.

A constructor with a message associated with the exception.

Parameters:
ma string containing the message.

The destructor.


Member Function Documentation

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

Returns the message associated to this exception.

Returns:
a string.

Definition at line 73 of file ASDMValuesParser.h.

References message.

Returns the message associated to this exception.

Returns:
a string.

Member Data Documentation

Definition at line 66 of file ASDMValuesParser.h.

Referenced by getMessage().


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