Class DynamicCompilerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvare.dynamic.exceptions.DynamicCompilerException
All Implemented Interfaces:
Serializable

public class DynamicCompilerException extends Exception
See Also:
  • Constructor Details

    • DynamicCompilerException

      public DynamicCompilerException(String message, List<Diagnostic<? extends JavaFileObject>> diagnostics)
    • DynamicCompilerException

      public DynamicCompilerException(String message)
    • DynamicCompilerException

      public DynamicCompilerException(Throwable cause)
  • Method Details