Class ScriptEvaluationException

All Implemented Interfaces:
Serializable

public class ScriptEvaluationException extends UncheckedDeephavenException
An exception thrown when the evaluation of a script has failed for some reason.
See Also:
  • Constructor Details

    • ScriptEvaluationException

      public ScriptEvaluationException(@NotNull String message)
    • ScriptEvaluationException

      public ScriptEvaluationException(@NotNull String message, @NotNull Throwable cause)
    • ScriptEvaluationException

      public ScriptEvaluationException(@NotNull Throwable cause)