SystemError exception.
| Modifier and Type | Field and Description |
|---|---|
| private static final long | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| protected | SystemError(PyType
object being constructed type, String a Java format string for the message msg, Object... to insert in the format string args)Constructor for sub-class use specifying |
| public | SystemError(String
a Java format string for the message msg, Object... to insert in the format string args)Constructor specifying a message. |
| serialVersionUID | back to summary |
|---|---|
| private static final long serialVersionUID | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE Hides org. The type object of Python
| |
| SystemError | back to summary |
|---|---|
| protected SystemError(PyType type, String msg, Object... args) Constructor for sub-class use specifying | |
| SystemError | back to summary |
|---|---|
| public SystemError(String msg, Object... args) Constructor specifying a message. | |