[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/NumberFormatException.html [Back]  [Original]

NumberFormatException (Java SE 25 & JDK 25)
Contents 
  1. Description
  2. Constructor Summary
  3. Method Summary
  4. Constructor Details
    1. NumberFormatException()
    2. NumberFormatException(String)
Hide sidebar Hide sidebar [Hide sidebar]Show sidebar [Show sidebar] Show sidebar

Class NumberFormatException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NumberFormatException extends IllegalArgumentException
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.
Since:
1.0
See Also:


Web Proxy Viewer  |  New URL  |  Original Page