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
ASDM2MSException Class Reference

A class to describe ASDM2MS Exceptions. More...

#include <ASDM2MSException.h>

Public Member Functions

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

Protected Attributes

string message
 

Detailed Description

A class to describe ASDM2MS Exceptions.

Definition at line 7 of file ASDM2MSException.h.

Constructor & Destructor Documentation

ASDM2MSException::ASDM2MSException ( )
inline

An empty contructor.

Definition at line 36 of file ASDM2MSException.h.

ASDM2MSException::ASDM2MSException ( string  m)
inline

A constructor with a message associated with the exception.

Parameters
ma string containing the message.

Definition at line 37 of file ASDM2MSException.h.

ASDM2MSException::~ASDM2MSException ( )
inlinevirtual

The destructor.

Definition at line 38 of file ASDM2MSException.h.

Member Function Documentation

string ASDM2MSException::getMessage ( ) const
inline

Returns the message associated to this exception.

Returns
a string.

Definition at line 39 of file ASDM2MSException.h.

References message.

Member Data Documentation

string ASDM2MSException::message
protected

Definition at line 32 of file ASDM2MSException.h.

Referenced by getMessage().


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