| java.lang.Object org.python.core.exceptions
exceptions | public class exceptions implements ClassDictInit(Code) | | The builtin exceptions module. The entire module should be imported from
python. None of the methods defined here should be called from java.
|
Method Summary | |
public static PyObject | EnvironmentError(PyObject[] arg, String[] kws) | public static void | EnvironmentError__init__(PyObject[] arg, String[] kws) | public static PyString | EnvironmentError__str__(PyObject[] arg, String[] kws) | public static PyObject | Exception(PyObject[] arg, String[] kws) | public static PyObject | Exception__getitem__(PyObject[] arg, String[] kws) | public static void | Exception__init__(PyObject[] arg, String[] kws) | public static PyString | Exception__str__(PyObject[] arg, String[] kws) | public static PyObject | SyntaxError(PyObject[] arg, String[] kws) | public static void | SyntaxError__init__(PyObject[] arg, String[] kws) | public static PyString | SyntaxError__str__(PyObject[] arg, String[] kws) | public static PyObject | SystemExit(PyObject[] arg, String[] kws) | public static void | SystemExit__init__(PyObject[] arg, String[] kws) | public static void | classDictInit(PyObject dict) Internal use only. | public static PyObject | empty__init__(PyObject[] arg, String[] kws) |
EnvironmentError__init__ | public static void EnvironmentError__init__(PyObject[] arg, String[] kws)(Code) | | |
classDictInit | public static void classDictInit(PyObject dict)(Code) | | Internal use only. Do not call this method explicit.
|
|
|