Class JythonExecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.script.JythonExecException
- All Implemented Interfaces:
 IWrappingException,Serializable
This class wraps a PyException, to force it to be caught (PyException is a RuntimeException)
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, setStackTrace 
- 
Constructor Details
- 
JythonExecException
 
 - 
 - 
Method Details
- 
getPyCause
 - 
getStackTrace
- Overrides:
 getStackTracein classThrowable
 - 
printStackTrace
public void printStackTrace()- Overrides:
 printStackTracein classThrowable
 - 
printStackTrace
- Overrides:
 printStackTracein classThrowable
 - 
printStackTrace
- Overrides:
 printStackTracein classThrowable
 - 
toString
 
 -