java.lang.NumberFormatException (JDK 1.0)
Signals an illegal number format.
public classNumberFormatExceptionextends IllegalArgumentException { //Public ConstructorspublicNumberFormatException(); publicNumberFormatException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->RuntimeException-> IllegalArgumentException->NumberFormatException
Thrown By:
BigDecimal(), BigDecimal.valueOf(), BigInteger(), Byte(), Byte.decode(), Byte.parseByte(), Byte.valueOf(), Color.decode(), Double(), Double.valueOf(), Float(), Float.valueOf(), Integer(), Integer.decode(), Integer.parseInt(), Integer.valueOf(), Long(), Long.parseLong(), Long.valueOf(), Short(), Short.decode(), Short.parseShort(), Short.valueOf()