Class ScriptParsingException

All Implemented Interfaces:
Serializable

public class ScriptParsingException extends ScriptException
Exception that is thrown on errors during script execution.
Author:
Kai Kreuzer - Initial contribution
See Also:
  • Constructor Details

    • ScriptParsingException

      public ScriptParsingException(String message, String scriptAsString)
    • ScriptParsingException

      public ScriptParsingException(String message, String scriptAsString, Throwable t)
  • Method Details