Class AbortCompilation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aspectj.org.eclipse.jdt.internal.compiler.problem.AbortCompilation
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean -
Constructor Summary
ConstructorsConstructorDescriptionAbortCompilation(boolean isSilent, RuntimeException silentException) AbortCompilation(CompilationResult compilationResult, Throwable exception) AbortCompilation(CompilationResult compilationResult, CategorizedProblem problem) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()voidupdateContext(ASTNode astNode, CompilationResult unitResult) voidupdateContext(InvocationSite invocationSite, CompilationResult unitResult) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
compilationResult
-
exception
-
problem
-
isSilent
public boolean isSilent -
silentException
-
-
Constructor Details
-
AbortCompilation
public AbortCompilation() -
AbortCompilation
-
AbortCompilation
-
AbortCompilation
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
updateContext
-
updateContext
-
getKey
-