casa
5.7.0-16
|
The InvalidDataException class represents an exception when an error occurs in converting a numeric value from a string. More...
#include <InvalidDataException.h>
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 |
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.
asdm::InvalidDataException::InvalidDataException | ( | ) |
asdm::InvalidDataException::InvalidDataException | ( | const std::string & | s | ) |