Class ScriptParsingException

All Implemented Interfaces:
Serializable

public class ScriptParsingException extends ScriptingEngineException
See Also:
  • Constructor Details

    • ScriptParsingException

      public ScriptParsingException()
      Creates new ScriptParsingException without detail message.
    • ScriptParsingException

      public ScriptParsingException(String msg)
      Constructs an ScriptParsingException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ScriptParsingException

      public ScriptParsingException(Throwable throwable)
    • ScriptParsingException

      public ScriptParsingException(String message, Throwable throwable)