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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static ClassNameNotFoundException DEFAULT
          Creats a new ClassNameNotFoundException with the given label.
 
Constructor Summary
ClassNameNotFoundException(String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final ClassNameNotFoundException DEFAULT
Creats a new ClassNameNotFoundException with the given label.

Constructor Detail

ClassNameNotFoundException

public ClassNameNotFoundException(String s)