| Home | Trees | Index | Help |
|---|
| Package qm :: Module common :: Class PythonException |
|
Exception--+ |QMException--+ | PythonException
A 'PythonException' is a wrapper around a Python exception.
A 'PythonException' is a 'QMException' and, as such, can be processed by the QM error-handling routines. However, the raw Python exception which triggered this exception can be obtained by using the 'exc_type' and 'exc_value' attributes of this exception.| Method Summary | |
|---|---|
Construct a new 'PythonException'. | |
| Inherited from Exception | |
| |
| |
| Method Details |
|---|
__init__(self,
message,
exc_type,
exc_value)
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 27 15:49:04 2007 | http://epydoc.sf.net |