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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
ClassNameNotFoundException
public ClassNameNotFoundException(String s)
- Creats a new ClassNameNotFoundException with the given label.