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(String s);
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.

Casa de Bender