org.eclipse.jdt.internal.compiler.problem
类 AbortCompilation

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.eclipse.jdt.internal.compiler.problem.AbortCompilation
所有已实现的接口:
Serializable
直接已知子类:
AbortCompilationUnit

public class AbortCompilation
extends RuntimeException

另请参见:
序列化表格

字段摘要
 CompilationResult compilationResult
           
 Throwable exception
           
 boolean isSilent
           
 CategorizedProblem problem
           
 RuntimeException silentException
           
 
构造方法摘要
AbortCompilation()
           
AbortCompilation(boolean isSilent, RuntimeException silentException)
           
AbortCompilation(CompilationResult compilationResult, CategorizedProblem problem)
           
AbortCompilation(CompilationResult compilationResult, Throwable exception)
           
 
方法摘要
 String getKey()
           
 String getMessage()
           
 void updateContext(ASTNode astNode, CompilationResult unitResult)
           
 void updateContext(InvocationSite invocationSite, CompilationResult unitResult)
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

compilationResult

public CompilationResult compilationResult

exception

public Throwable exception

problem

public CategorizedProblem problem

isSilent

public boolean isSilent

silentException

public RuntimeException silentException
构造方法详细信息

AbortCompilation

public AbortCompilation()

AbortCompilation

public AbortCompilation(CompilationResult compilationResult,
                        CategorizedProblem problem)

AbortCompilation

public AbortCompilation(CompilationResult compilationResult,
                        Throwable exception)

AbortCompilation

public AbortCompilation(boolean isSilent,
                        RuntimeException silentException)
方法详细信息

getMessage

public String getMessage()
覆盖:
Throwable 中的 getMessage

updateContext

public void updateContext(InvocationSite invocationSite,
                          CompilationResult unitResult)

updateContext

public void updateContext(ASTNode astNode,
                          CompilationResult unitResult)

getKey

public String getKey()


Copyright © 2013. All Rights Reserved.