java.lang
Class ClassNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.ClassNotFoundException

public class ClassNotFoundException
extends Exception


Constructor Summary
ClassNotFoundException()
           
ClassNotFoundException(String message)
           
ClassNotFoundException(String message, Throwable ex)
           
ClassNotFoundException(Throwable cause)
           
 
Method Summary
 Throwable getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

ClassNotFoundException

public ClassNotFoundException(String message)

ClassNotFoundException

public ClassNotFoundException()

ClassNotFoundException

public ClassNotFoundException(String message,
                              Throwable ex)

ClassNotFoundException

public ClassNotFoundException(Throwable cause)
Method Detail

getException

public Throwable getException()