public class CompilationException extends RuntimeException
CompilationException is thrown when a
CompilationTask fails, to capture any emitted
Diagnostic instances.| Constructor and Description |
|---|
CompilationException(CompilationException e) |
CompilationException(List<Diagnostic<? extends JavaFileObject>> diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilationException(List<Diagnostic<? extends JavaFileObject>> diagnostics)
public CompilationException(CompilationException e)
public String getMessage()
getMessage in class ThrowableCopyright © 2015 inferred.org. All rights reserved.