Klasse AbortCompilation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aspectj.org.eclipse.jdt.internal.compiler.problem.AbortCompilation
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AbortCompilationUnit
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungboolean -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAbortCompilation(boolean isSilent, RuntimeException silentException) AbortCompilation(CompilationResult compilationResult, Throwable exception) AbortCompilation(CompilationResult compilationResult, CategorizedProblem problem) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetKey()voidupdateContext(ASTNode astNode, CompilationResult unitResult) voidupdateContext(InvocationSite invocationSite, CompilationResult unitResult) Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
compilationResult
-
exception
-
problem
-
isSilent
public boolean isSilent -
silentException
-
-
Konstruktordetails
-
AbortCompilation
public AbortCompilation() -
AbortCompilation
-
AbortCompilation
-
AbortCompilation
-
-
Methodendetails
-
getMessage
- Setzt außer Kraft:
getMessagein KlasseThrowable
-
updateContext
-
updateContext
-
getKey
-