public class PyException
extends RuntimeException
An exception propagating from Python to Java. If the exception was of a Java exception type, the original exception is stored as the cause of the PyException. getStackTrace
will return a combined Python and Java stack trace, with Python frames indicated by a top-level package name of “<python>”
Constructor and Description |
---|
PyException() |
PyException(String s) |
PyException(String s,
Throwable throwable) |
PyException(Throwable throwable) |