Class ScriptException

All Implemented Interfaces:
Serializable

public class ScriptException extends UncheckedDeephavenException
The root exception thrown by script evaluations.
See Also:
  • Constructor Details

    • ScriptException

      public ScriptException(String description)
    • ScriptException

      public ScriptException(String description, Throwable cause)