public class NumberFormatException extends IllegalArgumentException
Constructor and Description |
---|
NumberFormatException()
Constructs a new
NumberFormatException that includes the current
stack trace. |
NumberFormatException(String detailMessage)
Constructs a new
NumberFormatException with the current stack
trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NumberFormatException()
NumberFormatException
that includes the current
stack trace.public NumberFormatException(String detailMessage)
NumberFormatException
with the current stack
trace and the specified detail message.detailMessage
- the detail message for this exception.