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