Packages This Package Prev Next Index
public class java.lang.NumberFormatException extends java.lang.IllegalArgumentException (I-§1.32) { // Constructors public NumberFormatException(); §1.41.1 public NumberFormatException(String s); §1.41.2 }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.
public NumberFormatException()
public NumberFormatException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)