Name

java.lang.NumberFormatException

Synopsis

This exception is identical to its J2SE counterpart. It signifies that the format of a number is illegal for the invoked operation.

public classNumberFormatException extends
   java.lang.IllegalArgumentException {
   // constructors
   public NumberFormatException();
   public NumberFormatException(String s);
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.