public class CompilationFailureException extends Exception
Modifier and Type | Field and Description |
---|---|
private List<Diagnostic<? extends JavaFileObject>> |
errors
.
|
Constructor and Description |
---|
CompilationFailureException(List<Diagnostic<? extends JavaFileObject>> errors) |
Modifier and Type | Method and Description |
---|---|
List<Diagnostic<? extends JavaFileObject>> |
getErrors() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private final List<Diagnostic<? extends JavaFileObject>> errors
public CompilationFailureException(List<Diagnostic<? extends JavaFileObject>> errors)
public List<Diagnostic<? extends JavaFileObject>> getErrors()
public String getMessage()
getMessage
in class Throwable
Copyright © 2015 eXo Platform SAS. All Rights Reserved.