Team LiB
Previous Section Next Section

NumberFormatExceptionjava.lang

Java 1.0serializable unchecked

Signals an illegal number format.

Figure 10-48. java.lang.NumberFormatException


public class NumberFormatException extends IllegalArgumentException {
// Public Constructors
     public NumberFormatException( );  
     public NumberFormatException(String s);  
}

Thrown By

Too many methods to list.

    Team LiB
    Previous Section Next Section