casa
$Rev:20696$
|
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. | |
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 |
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.
An empty contructor.
Definition at line 70 of file ASDMValuesParser.h.
asdm::ASDMValuesParserException::ASDMValuesParserException | ( | const std::string & | m | ) | [inline] |
A constructor with a message associated with the exception.
m | a string containing the message. |
Definition at line 71 of file ASDMValuesParser.h.
asdm::ASDMValuesParserException::~ASDMValuesParserException | ( | ) | [inline, virtual] |
The destructor.
Definition at line 72 of file ASDMValuesParser.h.
An empty contructor.
asdm::ASDMValuesParserException::ASDMValuesParserException | ( | const std::string & | m | ) |
A constructor with a message associated with the exception.
m | a string containing the message. |
virtual asdm::ASDMValuesParserException::~ASDMValuesParserException | ( | ) | [virtual] |
The destructor.
std::string asdm::ASDMValuesParserException::getMessage | ( | ) | const [inline] |
Returns the message associated to this exception.
Definition at line 73 of file ASDMValuesParser.h.
References message.
std::string asdm::ASDMValuesParserException::getMessage | ( | ) | const |
Returns the message associated to this exception.
std::string asdm::ASDMValuesParserException::message [protected] |
Definition at line 66 of file ASDMValuesParser.h.
Referenced by getMessage().