java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalArgumentException | +--java.lang.NumberFormatException
Untamed: Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
java.lang.Integer#toString(),
Serialized FormNumberFormatException(String s)
NumberFormatException with the
specified detail message.
(package private) static NumberFormatException
forInputString(String s)
NumberFormatException
given the specified input which caused the error.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
static final long serialVersionUID
public NumberFormatException()
NumberFormatException with no detail message.
public NumberFormatException(String s)
NumberFormatException with the
specified detail message.
s - the detail message.static NumberFormatException forInputString(String s)
NumberFormatException
given the specified input which caused the error.
s - the input causing the error