public class

ScriptPreparationException

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

Class Overview

This exception is used to report an error that occurred when preparing the JEB Python script engine.

Summary

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

public ScriptPreparationException (Throwable cause)

public ScriptPreparationException (String message, Throwable cause)