asdm::InvalidArgumentException Class Reference

The InvalidArgumentException class represents an exception when an attempt is made to access something outside of its defined bounds. More...

#include <InvalidArgumentException.h>

Inheritance diagram for asdm::InvalidArgumentException:
asdm::InvalidDataException asdm::NumberFormatException

List of all members.

Public Member Functions

 InvalidArgumentException ()
 An empty CTOR.
 InvalidArgumentException (const string &s)
 A CTOR with a message.
 ~InvalidArgumentException ()
 The DTOR.
string getMessage () const

Protected Attributes

string message

Detailed Description

The InvalidArgumentException class represents an exception when an attempt is made to access something outside of its defined bounds.

Definition at line 39 of file InvalidArgumentException.h.


Constructor & Destructor Documentation

asdm::InvalidArgumentException::InvalidArgumentException (  ) 

An empty CTOR.

asdm::InvalidArgumentException::InvalidArgumentException ( const string &  s  ) 

A CTOR with a message.

asdm::InvalidArgumentException::~InvalidArgumentException (  ) 

The DTOR.


Member Function Documentation

string asdm::InvalidArgumentException::getMessage (  )  const
Returns:
a text describing the exception.

Member Data Documentation

Definition at line 64 of file InvalidArgumentException.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1