public class NumberFormatException extends IllegalArgumentException
Constructor and Description |
---|
NumberFormatException()
Constructs a NumberFormatException with no detail message.
|
NumberFormatException(String s)
Constructs a NumberFormatException with the specified detail message.
|
public NumberFormatException()
public NumberFormatException(String s)