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

Public Member Functions

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

Protected Attributes

std::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 38 of file InvalidArgumentException.h.

Constructor & Destructor Documentation

asdm::InvalidArgumentException::InvalidArgumentException ( )

An empty CTOR.

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

A CTOR with a message.

asdm::InvalidArgumentException::~InvalidArgumentException ( )

The DTOR.

Member Function Documentation

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

Member Data Documentation

std::string asdm::InvalidArgumentException::message
protected

Definition at line 63 of file InvalidArgumentException.h.


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