org.eclipse.xtext.linking.impl
Class IllegalNodeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.eclipse.xtext.linking.impl.IllegalNodeException
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class IllegalNodeException
- extends java.lang.RuntimeException
 
- Author:
 
  - Sebastian Zarnekow - Initial contribution and API
 
- See Also:
 - Serialized Form
 
 
 
| 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 | 
 
IllegalNodeException
public IllegalNodeException(INode node)
IllegalNodeException
public IllegalNodeException(INode node,
                            java.lang.String message,
                            java.lang.Throwable cause)
IllegalNodeException
public IllegalNodeException(INode node,
                            java.lang.String message)
IllegalNodeException
public IllegalNodeException(INode node,
                            java.lang.Throwable cause)
getNode
public INode getNode()