public class CompilationFailed extends StrategyException
| Modifier and Type | Class and Description |
|---|---|
static class |
CompilationFailed.Diagnostic
Diagnostic information provided by the compiler for a compilation error or warning.
|
static class |
CompilationFailed.Type
Indicates what type of diagnostic was returned from the compiler.
|
| Constructor and Description |
|---|
CompilationFailed(Strategy inStrategy)
Create a new CompilationFailed instance.
|
CompilationFailed(Throwable inNested,
Strategy inStrategy)
Create a new CompilationFailed instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompilationFailed.Diagnostic> |
getDiagnostics()
Gets the diagnostic information provided by the compiler.
|
String |
toString() |
equals, getDetail, getI18NBoundMessage, getLocalizedDetail, getLocalizedMessage, getMessage, hashCodeaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CompilationFailed(Strategy inStrategy)
inStrategy - a Strategy valuepublic List<CompilationFailed.Diagnostic> getDiagnostics()
List<Diagnostic> valueCopyright © 2020. All rights reserved.