Java in a Nutshell Online Quick Reference for Java 1.1
CLASS java.lang.NumberFormatException
Availability: JDK 1.0
public class NumberFormatException extends IllegalArgumentException {
// Public Constructors
public NumberFormatException();
public NumberFormatException(Strings);
}