casa
$Rev:20696$
|
The TagFormatException occurs when a Tag is built from a String which does not represent correctly the content of a Tag. More...
#include <TagFormatException.h>
Public Member Functions | |
TagFormatException () | |
An empty constructor. | |
TagFormatException (string msg) | |
Create an TagFormatException . | |
virtual | ~TagFormatException () |
The DTOR. | |
string | getMessage () const |
Return the name of the exception followed by its cause. | |
TagFormatException () | |
An empty constructor. | |
TagFormatException (string msg) | |
Create an TagFormatException . | |
virtual | ~TagFormatException () |
The DTOR. | |
string | getMessage () const |
Return the name of the exception followed by its cause. | |
Protected Attributes | |
string | message |
The TagFormatException occurs when a Tag is built from a String which does not represent correctly the content of a Tag.
Definition at line 41 of file TagFormatException.h.
An empty constructor.
asdm::TagFormatException::TagFormatException | ( | string | msg | ) |
Create an TagFormatException .
msg | A message indicating the cause of the exception. |
virtual asdm::TagFormatException::~TagFormatException | ( | ) | [virtual] |
The DTOR.
An empty constructor.
asdm::TagFormatException::TagFormatException | ( | string | msg | ) |
Create an TagFormatException .
msg | A message indicating the cause of the exception. |
virtual asdm::TagFormatException::~TagFormatException | ( | ) | [virtual] |
The DTOR.
string asdm::TagFormatException::getMessage | ( | ) | const |
Return the name of the exception followed by its cause.
string asdm::TagFormatException::getMessage | ( | ) | const |
Return the name of the exception followed by its cause.
string asdm::TagFormatException::message [protected] |
Definition at line 67 of file TagFormatException.h.