public class JepException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
|
JepException()
Creates a new
JepException instance. |
|
JepException(java.lang.String s)
Creates a new
JepException instance. |
protected |
JepException(java.lang.String s,
long pythonType)
Construct with the address of a python exception type.
|
|
JepException(java.lang.String s,
java.lang.Throwable t)
Creates a new
JepException instance. |
|
JepException(java.lang.Throwable t)
Creates a new
JepException instance. |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getPythonType()
Get the address of the python exception type that triggered this
exceptions.
|
public JepException()
JepException instance.public JepException(java.lang.String s)
JepException instance.s - a String valuepublic JepException(java.lang.Throwable t)
JepException instance.t - a Throwable valuepublic JepException(java.lang.String s,
java.lang.Throwable t)
JepException instance.s - a String valuet - a Throwable valueprotected JepException(java.lang.String s,
long pythonType)