java.lang
Class ClassNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.ClassNotFoundException
All Implemented Interfaces:
Serializable

public class ClassNotFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
ClassNotFoundException()
           
ClassNotFoundException(String var0)
           
ClassNotFoundException(String var0, Throwable var1)
           
 
Method Summary
 Throwable getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassNotFoundException

public ClassNotFoundException()

ClassNotFoundException

public ClassNotFoundException(String var0)

ClassNotFoundException

public ClassNotFoundException(String var0,
                              Throwable var1)
Method Detail

getException

public Throwable getException()