NumberFormatException.NumberFormatException

NumberFormatException.NumberFormatException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public NumberFormatException()
Description
Constructs a NumberFormatException with no detail message.



Syntax 2
public NumberFormatException( String s )
Parameters
s
the detail message.
Description
Constructs a NumberFormatException with the specified detail message.