| ||||||||
| ||||||||
| Description | ||||||||
Python low-level exception definitions These are definitions of the built-in Python exception objects. You can use them with doesExceptionMatch and catchSpecificPy. The meanings of these exceptions can be found at http://www.python.org/doc/current/lib/module-exceptions.html. Please note that windowsError is available only on Microsoft platforms. Written by John Goerzen, jgoerzen@complete.org | ||||||||
| Synopsis | ||||||||
| Documentation | ||||||||
| pyMainException :: PyObject | ||||||||
| Exception in Python | ||||||||
| standardError :: PyObject | ||||||||
| arithmeticError :: PyObject | ||||||||
| lookupError :: PyObject | ||||||||
| assertionError :: PyObject | ||||||||
| attributeError :: PyObject | ||||||||
| pyEOFError :: PyObject | ||||||||
| environmentError :: PyObject | ||||||||
| floatingPointError :: PyObject | ||||||||
| pyIOError :: PyObject | ||||||||
| importError :: PyObject | ||||||||
| indexError :: PyObject | ||||||||
| keyError :: PyObject | ||||||||
| keyboardInterrupt :: PyObject | ||||||||
| memoryError :: PyObject | ||||||||
| nameError :: PyObject | ||||||||
| notImplementedError :: PyObject | ||||||||
| pyOSError :: PyObject | ||||||||
| overflowError :: PyObject | ||||||||
| referenceError :: PyObject | ||||||||
| runtimeError :: PyObject | ||||||||
| syntaxError :: PyObject | ||||||||
| systemError :: PyObject | ||||||||
| systemExit :: PyObject | ||||||||
| typeError :: PyObject | ||||||||
| valueError :: PyObject | ||||||||
| zeroDivisionError :: PyObject | ||||||||
| Produced by Haddock version 0.6 |