public class

ScriptExecutionException

extends ScriptException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.pnfsoftware.jeb.core.exceptions.JebException
         ↳ com.pnfsoftware.jeb.client.script.ScriptException
           ↳ com.pnfsoftware.jeb.client.script.ScriptExecutionException

Class Overview

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).

Summary

Public Constructors
ScriptExecutionException(Throwable cause)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ScriptExecutionException (Throwable cause)