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. | |
| NumberFormatException (const string &s) | |
| A CTOR with a message. | |
| virtual | ~NumberFormatException () |
| the DTOR | |
The NumberFormatException class represents an exception when an error occurs in converting a numeric value from a string.
Definition at line 41 of file NumberFormatException.h.
| asdm::NumberFormatException::NumberFormatException | ( | ) |
An empty CTOR.
| asdm::NumberFormatException::NumberFormatException | ( | const string & | s | ) |
A CTOR with a message.
| virtual asdm::NumberFormatException::~NumberFormatException | ( | ) | [virtual] |
the DTOR
1.6.1