casa
5.7.0-16
|
The NumberFormatException class represents an exception when an error occurs in converting a numeric value from a string. More...
#include <NumberFormatException.h>
Public Member Functions | |
NumberFormatException () | |
An empty CTOR. More... | |
NumberFormatException (const std::string &s) | |
A CTOR with a message. More... | |
virtual | ~NumberFormatException () |
the DTOR More... | |
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 NumberFormatException class represents an exception when an error occurs in converting a numeric value from a string.
Definition at line 40 of file NumberFormatException.h.
asdm::NumberFormatException::NumberFormatException | ( | ) |
An empty CTOR.
asdm::NumberFormatException::NumberFormatException | ( | const std::string & | s | ) |
A CTOR with a message.
|
virtual |
the DTOR