Class ScriptException

  • All Implemented Interfaces:
    Serializable

    public final class ScriptException
    extends Exception
    Exception thrown in script environment.
    Author:
    Grégory Van den Borre
    See Also:
    Serialized Form
    • Constructor Detail

      • ScriptException

        public ScriptException​(Exception cause)
        Full constructor.
        Parameters:
        cause - Original exception.
      • ScriptException

        public ScriptException​(String cause)
        Full constructor.
        Parameters:
        cause - Error message.