edu.rice.cs.drjava.model.definitions
Class ClassNameNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.rice.cs.drjava.model.definitions.ClassNameNotFoundException
All Implemented Interfaces:
Serializable

public class ClassNameNotFoundException
extends Exception

Exception indicating that a class name could not be found in the DefinitionsDocument from which it was thrown.

Version:
$Id: ClassNameNotFoundException.java,v 1.1 2002/09/10 02:27:04 csreis Exp $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ClassNameNotFoundException(String s)
          Creats a new ClassNameNotFoundException with the given label.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ClassNameNotFoundException

public ClassNameNotFoundException(String s)
Creats a new ClassNameNotFoundException with the given label.