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 4314 2008-01-30 00:08:33Z mgricken $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DEFAULT
public static final ClassNameNotFoundException DEFAULT
- Creats a new ClassNameNotFoundException with the given label.
ClassNameNotFoundException
public ClassNameNotFoundException(String s)