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 void
classDictInit
(PyObject dict) Internal use only.static PyObject
empty__init__
(PyObject[] arg, String[] kws) static PyObject
EnvironmentError
(PyObject[] arg, String[] kws) static void
EnvironmentError__init__
(PyObject[] arg, String[] kws) static PyString
EnvironmentError__str__
(PyObject[] arg, String[] kws) static PyObject
static PyObject
Exception__getitem__
(PyObject[] arg, String[] kws) static void
Exception__init__
(PyObject[] arg, String[] kws) static PyString
Exception__str__
(PyObject[] arg, String[] kws) static PyObject
SyntaxError
(PyObject[] arg, String[] kws) static void
SyntaxError__init__
(PyObject[] arg, String[] kws) static PyString
SyntaxError__str__
(PyObject[] arg, String[] kws) static PyObject
SystemExit
(PyObject[] arg, String[] kws) static void
SystemExit__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__
-