|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.crsh.lang.impl.java.CompilationFailureException
public class CompilationFailureException
Field Summary | |
---|---|
private List<Diagnostic<? extends JavaFileObject>> |
errors . |
Constructor Summary | |
---|---|
CompilationFailureException(List<Diagnostic<? extends JavaFileObject>> errors) |
Method Summary | |
---|---|
List<Diagnostic<? extends JavaFileObject>> |
getErrors() |
String |
getMessage() |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final List<Diagnostic<? extends JavaFileObject>> errors
Constructor Detail |
---|
public CompilationFailureException(List<Diagnostic<? extends JavaFileObject>> errors)
Method Detail |
---|
public List<Diagnostic<? extends JavaFileObject>> getErrors()
public String getMessage()
getMessage
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |