Throwable JDK 1.0

java.lang serializable

Synopsis^  ?
public class Throwable implements Serializable {
// Public Constructors
    public Throwable( );  
    public Throwable( String message);  
// Property Accessor Methods (by property name)
1.1 public String getLocalizedMessage( ); default:null 
    public String getMessage( ); default:null 
// Public Instance Methods
    public Throwable fillInStackTrace( ); native 
    public void printStackTrace( );  
    public void printStackTrace( PrintStream s);  
1.1 public void printStackTrace( PrintWriter s);  
// Public methods overriding Object
    public String toString( );  
}

Hierarchy^  ?

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

Subclasses^  ?
Error, Exception

JavaBeans Properties^  ?

  Name    Type    Access    Default    Flags  
  localizedMessage    String    get    null    read-only   
  message    String    get    null    read-only   

Inherited Properties^  ?
Object: class

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

Passed To^  ?
ClassNotFoundException.ClassNotFoundException(), ExceptionInInitializerError.ExceptionInInitializerError(), Thread.stop(), ThreadGroup.uncaughtException()

Returned By^  ?
ClassNotFoundException.getException(), ExceptionInInitializerError.getException(), Throwable.fillInStackTrace()

Thrown By^  ?
Object.finalize()

Uses^  ?
Class, Object, String, StringBuffer, System

Used By^  ?
ClassLoader, ClassNotFoundException, Error, Exception, ExceptionInInitializerError, Object, SecurityManager, Thread, ThreadGroup


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

This file may not be distributed on the Internet.