org.eclipse.core.internal.dtree
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.core.internal.dtree.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends java.lang.RuntimeException

This exception is thrown when an attempt is made to reference a source tree element that does not exist in the given tree.

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException(java.lang.String s)
          ObjectNotFoundException constructor comment.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String s)
ObjectNotFoundException constructor comment.

Parameters:
s - java.lang.String