ExceptionInInitializerError JDK 1.1

java.lang serializable error

Synopsis^  ?
public class ExceptionInInitializerError extends LinkageError {
// Public Constructors
    public ExceptionInInitializerError( );  
    public ExceptionInInitializerError( Throwable thrown);  
    public ExceptionInInitializerError( String s);  
// Property Accessor Methods (by property name)
    public Throwable getException( ); default:null 
// Public methods overriding Throwable
2.0 public void printStackTrace( );  
2.0 public void printStackTrace( PrintWriter pw);  
2.0 public void printStackTrace( PrintStream ps);  
}

Hierarchy^  ?

[Object]
   |
[Throwable]---<Serializable>
   |
[Error]
   |
[LinkageError]
   |
[ExceptionInInitializerError]

JavaBeans Properties^  ?

  Name    Type    Access    Default    Flags  
  exception    Throwable    get    null    read-only   

Inherited Properties^  ?
LinkageError: none
Error: none
Throwable: localizedMessage, message
Object: class

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

Uses^  ?
LinkageError, String, System, Throwable


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

This file may not be distributed on the Internet.