Exception: java.lang.NumberFormatException

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.
Authors:
@author unascribed
See:
@see Integer.toString()
Version:
@version 1.20, 12/19/03
Since:
@since JDK1.0

Methods

  • NumberFormatExceptiontop

    public NumberFormatException()
    Constructs a NumberFormatException with no detail message.
    Google Code Search
    Stack Overflow
  • NumberFormatExceptiontop

    public NumberFormatException(String s)
    Constructs a NumberFormatException with the specified detail message.
    Parameters:
    @param s the detail message.
    Google Code Search
    Stack Overflow