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, hashCodeaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCause, getMessagepublic CompilationFailed(Strategy inStrategy)
inStrategy - a Strategy valuepublic List<CompilationFailed.Diagnostic> getDiagnostics()
List<Diagnostic> valueCopyright © 2015. All Rights Reserved.