Package java.lang
Class NumberFormatException
NumberFormatException()
NumberFormatException(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor NumberFormatException():
Constructs an NumberFormatException with no detail message.
constructor NumberFormatException(String s):
Constructs an NumberFormatException with the specified detail message.