NumberFormatExceptionNameNumberFormatExceptionSynopsis
DescriptionA NumberFormatException is thrown to indicate that an attempt to parse numeric information in a string has failed. Class Summary
public class java.lang.NumberFormatException extends java.lang.IllegalArgumentException { // Constructors public NumberFormatException(); public NumberFormatException(String s); } ConstructorsNumberFormatExceptionpublic NumberFormatException()
public NumberFormatException(String s)
Inherited Methods
See AlsoException, IllegalArgumentException, RuntimeException, Throwable |
|