Serialized Form
-
Package jep
-
Exception jep.JepException
class JepException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pythonType
long pythonType
The address of the Python type which caused this exception. This is used if the JepException is thrown back into Python so that a new Python exception can be thrown with the same type as the original exception.- Since:
- 3.7
-
-