org.crsh.lang.impl.java
Class CompilationFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crsh.lang.impl.java.CompilationFailureException
All Implemented Interfaces:
Serializable

public class CompilationFailureException
extends Exception

Author:
Julien Viet
See Also:
Serialized Form

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

errors

private final List<Diagnostic<? extends JavaFileObject>> errors
.

Constructor Detail

CompilationFailureException

public CompilationFailureException(List<Diagnostic<? extends JavaFileObject>> errors)
Method Detail

getErrors

public List<Diagnostic<? extends JavaFileObject>> getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2015 eXo Platform SAS. All Rights Reserved.