Exception JDK 1.0

java.lang serializable checked

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

Hierarchy^  ?

[Object]
   |
[Throwable]---<Serializable>
   |
[Exception]

Subclasses^  ?
ClassNotFoundException, CloneNotSupportedException, IllegalAccessException, InstantiationException, InterruptedException, NoSuchFieldException, NoSuchMethodException, RuntimeException

Inherited Properties^  ?
Throwable: localizedMessage, message
Object: class

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

Uses^  ?
String, Throwable

Used By^  ?
ClassNotFoundException, CloneNotSupportedException, IllegalAccessException, InstantiationException, InterruptedException, NoSuchFieldException, NoSuchMethodException, RuntimeException, Thread


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

This file may not be distributed on the Internet.