ClassNotFoundException


ClassNotFoundException java.lang

Java 1.0 serializable checked

Signals that a class to be loaded cannot be found. If an exception of this type was caused by some underlying exception, you can query that lower-level exeption with getException( ) or with the newer , more general getCause( ) .

Figure 10-14. java.lang.ClassNotFoundException

 public class  ClassNotFoundException  extends Exception {  // Public Constructors  public  ClassNotFoundException  ( );        public  ClassNotFoundException  (String  s  );  1.2  public  ClassNotFoundException  (String  s  , Throwable  ex  );  // Public Instance Methods   1.2  public Throwable  getException  ( );  default:null   // Public Methods Overriding Throwable   1.4  public Throwable  getCause  ( );  default:null  } 

Thrown By

Too many methods to list.



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net