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

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>

List of all members.

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

Detailed Description

The TagFormatException occurs when a Tag is built from a String which does not represent correctly the content of a Tag.

Author:
caillat

Definition at line 41 of file TagFormatException.h.


Constructor & Destructor Documentation

An empty constructor.

Create an TagFormatException .

Parameters:
msgA message indicating the cause of the exception.

The DTOR.

An empty constructor.

Create an TagFormatException .

Parameters:
msgA message indicating the cause of the exception.

The DTOR.


Member Function Documentation

Return the name of the exception followed by its cause.

Return the name of the exception followed by its cause.


Member Data Documentation

Definition at line 67 of file TagFormatException.h.


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