Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.jdt.graph
Class ASTError  view ASTError download ASTError.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.port80.eclipse.jdt.graph.ASTError
All Implemented Interfaces:
java.io.Serializable

public class ASTError
extends java.lang.Error


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 org.eclipse.jdt.core.dom.ASTNode errorNode
           
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ASTError(org.eclipse.jdt.core.dom.ASTNode node)
           
 
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

errorNode

public org.eclipse.jdt.core.dom.ASTNode errorNode
Constructor Detail

ASTError

public ASTError(org.eclipse.jdt.core.dom.ASTNode node)