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::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>

Public Member Functions

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

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 48 of file ASDMValuesParser.h.

Constructor & Destructor Documentation

asdm::ASDMValuesParserException::ASDMValuesParserException ( )
inline

An empty contructor.

Definition at line 78 of file ASDMValuesParser.h.

asdm::ASDMValuesParserException::ASDMValuesParserException ( const std::string &  m)
inline

A constructor with a message associated with the exception.

Parameters
ma string containing the message.

Definition at line 79 of file ASDMValuesParser.h.

asdm::ASDMValuesParserException::~ASDMValuesParserException ( )
inlinevirtual

The destructor.

Definition at line 80 of file ASDMValuesParser.h.

Member Function Documentation

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

Returns the message associated to this exception.

Returns
a string.

Definition at line 81 of file ASDMValuesParser.h.

References message.

Member Data Documentation

std::string asdm::ASDMValuesParserException::message
protected

Definition at line 74 of file ASDMValuesParser.h.

Referenced by getMessage().


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