OSError exception.
| Modifier and Type | Field and Description |
|---|---|
| private static final long | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| protected | |
| public | |
| public |
| 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
| |
| OSError | back to summary |
|---|---|
| protected OSError(PyType type, String msg, Object... args) Constructor for sub-class use specifying | |
| OSError | back to summary |
|---|---|
| public OSError(String msg, Object... args) Constructor specifying a message. | |
| OSError | back to summary |
|---|---|
| public OSError(IOException ioe) Constructor based on the Java exception.
| |