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

Public Member Functions

 TagFormatException ()
 An empty constructor. More...
 
 TagFormatException (std::string msg)
 Create an TagFormatException . More...
 
virtual ~TagFormatException ()
 The DTOR. More...
 
std::string getMessage () const
 Return the name of the exception followed by its cause. More...
 

Protected Attributes

std::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 40 of file TagFormatException.h.

Constructor & Destructor Documentation

asdm::TagFormatException::TagFormatException ( )

An empty constructor.

asdm::TagFormatException::TagFormatException ( std::string  msg)

Create an TagFormatException .

Parameters
msgA message indicating the cause of the exception.
virtual asdm::TagFormatException::~TagFormatException ( )
virtual

The DTOR.

Member Function Documentation

std::string asdm::TagFormatException::getMessage ( ) const

Return the name of the exception followed by its cause.

Member Data Documentation

std::string asdm::TagFormatException::message
protected

Definition at line 66 of file TagFormatException.h.


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