casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
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::InvalidDataException asdm::NumberFormatException 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
 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

An empty CTOR.

A CTOR with a message.

The DTOR.

An empty CTOR.

A CTOR with a message.

The DTOR.


Member Function Documentation

Returns:
a text describing the exception.
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 files: