Class ScriptExecutionException

All Implemented Interfaces:
Serializable

public class ScriptExecutionException extends ScriptException
This exception is used to report an error that occurred within a JEB Python script, during that script execution. It is not used to report an error occurring within JEB itself (those are wrapped inside generic ScriptException).
See Also:
  • Constructor Details

    • ScriptExecutionException

      public ScriptExecutionException(Throwable cause)