January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.NumberFormatException
This exception is identical to its J2SE counterpart. It signifies that the format of a number is illegal for the invoked operation.
public classNumberFormatExceptionextends java.lang.IllegalArgumentException { // constructors publicNumberFormatException(); publicNumberFormatException(String s); }
Read now
Unlock full access