java.lang
public class NumberFormatException extends IllegalArgumentException
String
to
one of the numeric types, but the operation fails because the string
has the wrong format.
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
NumberFormatException()
Create an exception without a message. | |
NumberFormatException(String s)
Create an exception with a message.
|
Parameters: s the message