PyObject that
might be caught in Python code) is not then appropriate.
Typically thrown during initialisation or for irrecoverable
internal errors.
| Modifier and Type | Field and Description |
|---|---|
| private static final long |
| Access | Constructor and Description |
|---|---|
| public | InterpreterError(String
a Java format string for the message msg, Object... to insert in the format string args)Constructor specifying a message. |
| public | InterpreterError(Throwable
a Java exception behind the interpreter error cause, String a Java format string for the message msg, Object... to insert in the format string args)Constructor specifying a cause and a message. |
| public | InterpreterError(Throwable
a Java exception behind the interpreter error cause)Constructor specifying a cause. |
| Modifier and Type | Method and Description |
|---|---|
| private static String |
| serialVersionUID | back to summary |
|---|---|
| private static final long serialVersionUID | |
| InterpreterError | back to summary |
|---|---|
| public InterpreterError(String msg, Object... args) Constructor specifying a message. | |
| InterpreterError | back to summary |
|---|---|
| public InterpreterError(Throwable cause, String msg, Object... args) Constructor specifying a cause and a message. | |
| InterpreterError | back to summary |
|---|---|
| public InterpreterError(Throwable cause) Constructor specifying a cause.
| |