Class CompileErrorException

All Implemented Interfaces:
Serializable

public class CompileErrorException extends ScriptingErrorException
See Also:
  • Constructor Details

    • CompileErrorException

      public CompileErrorException(String msg, File name, int line, int column)
    • CompileErrorException

      public CompileErrorException(String msg, File name, int line, int column, Throwable cause)
    • CompileErrorException

      public CompileErrorException(String msg, File name, Throwable cause)