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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, setStackTrace
- 
Constructor Details- 
JythonExecException
 
- 
- 
Method Details- 
getPyCause
- 
getStackTrace- Overrides:
- getStackTracein class- Throwable
 
- 
printStackTracepublic void printStackTrace()- Overrides:
- printStackTracein class- Throwable
 
- 
printStackTrace- Overrides:
- printStackTracein class- Throwable
 
- 
printStackTrace- Overrides:
- printStackTracein class- Throwable
 
- 
toString
 
-