NumberFormatException JDK 1.0

java.lang serializable unchecked

Synopsis^  ?
public class NumberFormatException extends IllegalArgumentException {
// Public Constructors
    public NumberFormatException( );  
    public NumberFormatException( String s);  
}

Hierarchy^  ?

[Object]
   |
[Throwable]---<Serializable>
   |
[Exception]
   |
[RuntimeException]
   |
[IllegalArgumentException]
   |
[NumberFormatException]

Inherited Properties^  ?
IllegalArgumentException: none
RuntimeException: none
Exception: none
Throwable: localizedMessage, message
Object: class

Inherited Methods^  ?
IllegalArgumentException: none
RuntimeException: none
Exception: none
Throwable: fillInStackTrace(), printStackTrace(), printStackTrace(), printStackTrace(), toString()
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), wait(), wait(), wait()

Thrown By^  ?
Byte.{Byte(), decode(), parseByte(), valueOf()}, Double.{Double(), parseDouble(), valueOf()}, Float.{Float(), parseFloat(), valueOf()}, Integer.{decode(), Integer(), parseInt(), valueOf()}, Long.{decode(), Long(), parseLong(), valueOf()}, Package.isCompatibleWith(), Short.{decode(), parseShort(), Short(), valueOf()}

Uses^  ?
IllegalArgumentException, String

Used By^  ?
Byte, Double, Float, Integer, Long, Package, Short


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.