Class java.lang.NumberFormatException
All Packages This Package Previous Next
Class java.lang.NumberFormatException
java.lang.Object
|
+----java.lang.Exception
|
+----java.lang.NumberFormatException
-
public class
NumberFormatException
-
extends Exception
Signals invalid number format.
-
See Also:
-
toString
-
Version:
-
1.7, 31 Jan 1995
-
NumberFormatException()
-
Constructor
-
NumberFormatException(String)
-
Constructor with a detail message
NumberFormatException
public NumberFormatException()
-
Constructor
NumberFormatException
public NumberFormatException(String s)
-
Constructor with a detail message
-
Parameters:
-
s
-
the message
All Packages This Package Previous Next