casa
$Rev:20696$
|
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 | |
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.
An empty CTOR.
asdm::NumberFormatException::NumberFormatException | ( | const string & | s | ) |
A CTOR with a message.
virtual asdm::NumberFormatException::~NumberFormatException | ( | ) | [virtual] |
the DTOR
An empty CTOR.
asdm::NumberFormatException::NumberFormatException | ( | const string & | s | ) |
A CTOR with a message.
virtual asdm::NumberFormatException::~NumberFormatException | ( | ) | [virtual] |
the DTOR