casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
asdm::InvalidDataException Class Reference

The InvalidDataException class represents an exception when an error occurs in converting a numeric value from a string. More...

#include <InvalidDataException.h>

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

Public Member Functions

 InvalidDataException ()
 
 InvalidDataException (const std::string &s)
 
- Public Member Functions inherited from asdm::InvalidArgumentException
 InvalidArgumentException ()
 An empty CTOR. More...
 
 InvalidArgumentException (const std::string &s)
 A CTOR with a message. More...
 
 ~InvalidArgumentException ()
 The DTOR. More...
 
std::string getMessage () const
 

Additional Inherited Members

- Protected Attributes inherited from asdm::InvalidArgumentException
std::string message
 

Detailed Description

The InvalidDataException class represents an exception when an error occurs in converting a numeric value from a string.

Definition at line 40 of file InvalidDataException.h.

Constructor & Destructor Documentation

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

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