public class

ScriptException

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

Class Overview

This exception is used to report a generic error that occurred when processing a JEB Python script.

Summary

Public Constructors
ScriptException(String message)
ScriptException(Throwable cause)
ScriptException(String message, 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 ScriptException (String message)

public ScriptException (Throwable cause)

public ScriptException (String message, Throwable cause)