ClassNotFoundException JDK 1.0

java.lang serializable checked

Synopsis^  ?
public class ClassNotFoundException extends Exception {
// Public Constructors
    public ClassNotFoundException( );  
    public ClassNotFoundException( String s);  
2.0 public ClassNotFoundException( String s, Throwable ex);  
// Property Accessor Methods (by property name)
2.0 public Throwable getException( );  
// 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>
   |
[Exception]
   |
[ClassNotFoundException]

JavaBeans Properties^  ?

  Name    Type    Access    Default    Flags  
  exception    Throwable    get     read-only   

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

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

Thrown By^  ?
Class.forName(), ClassLoader.{findClass(), findSystemClass(), loadClass()}

Uses^  ?
Exception, String, System, Throwable

Used By^  ?
Class, ClassLoader, StringBuffer


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

This file may not be distributed on the Internet.