BaseException exception.
| Modifier and Type | Field and Description |
|---|---|
| pack-priv final Object[] | |
| private static final long | |
| pack-priv static final PyType | TYPE
The type of Python object this class implements. |
| private final PyType |
| Access | Constructor and Description |
|---|---|
| protected | BaseException(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 | BaseException(String
a Java format string for the message msg, Object... to insert in the format string args)Constructor specifying a message. |
| args | back to summary |
|---|---|
| pack-priv final Object[] args | |
| serialVersionUID | back to summary |
|---|---|
| private static final long serialVersionUID | |
| TYPE | back to summary |
|---|---|
| pack-priv static final PyType TYPE The type of Python object this class implements. | |
| type | back to summary |
|---|---|
| private final PyType type | |
| BaseException | back to summary |
|---|---|
| protected BaseException(PyType type, String msg, Object... args) Constructor for sub-class use specifying
From a Python perspective, the tuple ( | |
| BaseException | back to summary |
|---|---|
| public BaseException(String msg, Object... args) Constructor specifying a message. | |
| __repr__ | back to summary |
|---|---|
| protected Object __repr__() | |
| getType | back to summary |
|---|---|
| public PyType getType() Implements org. Doc from org. The Python | |
| toString | back to summary |
|---|---|
| public String toString() Overrides java. Doc from java. Returns a short description of this throwable. The result is the concatenation of:
getLocalizedMessage returns null, then just
the class name is returned.
| |