NumberFormatException.NumberFormatException
Class Overview | Class Members |
This Package |
All Packages
public NumberFormatException()
Description
Constructs a NumberFormatException with no detail message.
public NumberFormatException( String s )
Parameters
- s
- the detail message.
Description
Constructs a NumberFormatException with the
specified detail message.