java.lang
Class ClassNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.ClassNotFoundException

public class ClassNotFoundException
extends Exception

Signals that a class could not be found.


Constructor Summary
ClassNotFoundException()
          Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String s)
          Constructs a ClassNotFoundException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassNotFoundException

public ClassNotFoundException()
Constructs a ClassNotFoundException with no detail message. A detail message is a String that describes this particular exception.


ClassNotFoundException

public ClassNotFoundException(String s)
Constructs a ClassNotFoundException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message