LookupError exception.
| Modifier and Type | Field and Description |
|---|---|
| private static final long | |
| pack-priv static final PyType |
| Access | Constructor and Description |
|---|---|
| protected | LookupError(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 | LookupError(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 |
|---|---|
| pack-priv static final PyType TYPE Hides org. The type object of Python
| |
| LookupError | back to summary |
|---|---|
| protected LookupError(PyType type, String msg, Object... args) Constructor for sub-class use specifying | |
| LookupError | back to summary |
|---|---|
| public LookupError(String msg, Object... args) Constructor specifying a message. | |