org.eclipse.jdt.internal.codeassist.select
Class SelectionNodeFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
All Implemented Interfaces:
java.io.Serializable

public class SelectionNodeFound
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 Binding binding
           
 boolean isDeclaration
           
 
Constructor Summary
SelectionNodeFound()
           
SelectionNodeFound(Binding binding)
           
SelectionNodeFound(Binding binding, boolean isDeclaration)
           
 
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
 

Field Detail

binding

public Binding binding

isDeclaration

public boolean isDeclaration
Constructor Detail

SelectionNodeFound

public SelectionNodeFound()

SelectionNodeFound

public SelectionNodeFound(Binding binding)

SelectionNodeFound

public SelectionNodeFound(Binding binding,
                          boolean isDeclaration)