The builtin exceptions module. The entire module should be imported from
python. None of the methods defined here should be called from java.
EnvironmentError
public static PyObject EnvironmentError(PyObject[] arg,
String[] kws)
EnvironmentError__init__
public static void EnvironmentError__init__(PyObject[] arg,
String[] kws)
EnvironmentError__str__
public static PyString EnvironmentError__str__(PyObject[] arg,
String[] kws)
Exception__getitem__
public static PyObject Exception__getitem__(PyObject[] arg,
String[] kws)
Exception__init__
public static void Exception__init__(PyObject[] arg,
String[] kws)
Exception__str__
public static PyString Exception__str__(PyObject[] arg,
String[] kws)
SyntaxError__init__
public static void SyntaxError__init__(PyObject[] arg,
String[] kws)
SyntaxError__str__
public static PyString SyntaxError__str__(PyObject[] arg,
String[] kws)
SystemExit__init__
public static void SystemExit__init__(PyObject[] arg,
String[] kws)
classDictInit
public static void classDictInit(PyObject dict)
Internal use only. Do not call this method explicit.