StopIteration exception.
| Modifier and Type | Field and Description |
|---|---|
| private static final long | |
| public static final PyType | TYPE
The type of Python object this class implements.
|
| Access | Constructor and Description |
|---|---|
| protected | StopIteration(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 | StopIteration(String
a Java format string for the message msg, Object... to insert in the format string args)Constructor specifying a message. |
| public |
| serialVersionUID | back to summary |
|---|---|
| private static final long serialVersionUID | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE Hides org. The type of Python object this class implements. | |
| StopIteration | back to summary |
|---|---|
| protected StopIteration(PyType type, String msg, Object... args) Constructor for sub-class use specifying | |
| StopIteration | back to summary |
|---|---|
| public StopIteration(String msg, Object... args) Constructor specifying a message. | |
| StopIteration | back to summary |
|---|---|
| public StopIteration() Constructor specifying no arguments. | |