Class CompilationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_kiel.rz.fdr.repl.error.CompilationException
All Implemented Interfaces:
Serializable

public class CompilationException extends Exception
Thrown when your Groovy code could not be compiled, e.g. due to syntax errors.
See Also:
  • Constructor Details

    • CompilationException

      public CompilationException(String message)
      Create a new instance of the exception
      Parameters:
      message - The message.
    • CompilationException

      public CompilationException(String message, Throwable cause)
      Create a new instance of the exception
      Parameters:
      message - The message.
      cause - The cause.