#include <NumberFormatException.hpp>
Inheritance diagram for NumberFormatException::
Public Methods | |
NumberFormatException () | |
NumberFormatException (String *s) |
|
Definition at line 18 of file NumberFormatException.hpp. 00018 : IllegalArgumentException() { } |
|
Definition at line 19 of file NumberFormatException.hpp. 00019 : IllegalArgumentException( s ) { } |