Class JythonExecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.script.JythonExecException
All Implemented Interfaces:
IWrappingException, Serializable

public class JythonExecException extends Exception implements IWrappingException
This class wraps a PyException, to force it to be caught (PyException is a RuntimeException)
See Also: