Package org.python.core
Class exceptions
java.lang.Object
org.python.core.exceptions
- All Implemented Interfaces:
ClassDictInit
The builtin exceptions module. The entire module should be imported from
python. None of the methods defined here should be called from java.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclassDictInit(PyObject dict) Internal use only.static PyObjectempty__init__(PyObject[] arg, String[] kws) static PyObjectEnvironmentError(PyObject[] arg, String[] kws) static voidEnvironmentError__init__(PyObject[] arg, String[] kws) static PyStringEnvironmentError__str__(PyObject[] arg, String[] kws) static PyObjectstatic PyObjectException__getitem__(PyObject[] arg, String[] kws) static voidException__init__(PyObject[] arg, String[] kws) static PyStringException__str__(PyObject[] arg, String[] kws) static PyObjectSyntaxError(PyObject[] arg, String[] kws) static voidSyntaxError__init__(PyObject[] arg, String[] kws) static PyStringSyntaxError__str__(PyObject[] arg, String[] kws) static PyObjectSystemExit(PyObject[] arg, String[] kws) static voidSystemExit__init__(PyObject[] arg, String[] kws)
-
Field Details
-
__doc__
-
-
Method Details
-
classDictInit
Internal use only. Do not call this method explicit. -
empty__init__
-
Exception
-
Exception__init__
-
Exception__str__
-
Exception__getitem__
-
SyntaxError
-
SyntaxError__init__
-
SyntaxError__str__
-
EnvironmentError
-
EnvironmentError__init__
-
EnvironmentError__str__
-
SystemExit
-
SystemExit__init__
-