|
lsst.pex.exceptions g48ccf36440+89c08d0516
|
Public Member Functions | |
| def | __init__ (self, arg, *args, **kwds) |
| def | __getattr__ (self, name) |
| def | __repr__ (self) |
| def | __str__ (self) |
Public Attributes | |
| cpp | |
Static Public Attributes | |
| WrappedClass = exceptions.Exception | |
The base class for Python-wrapped LSST C++ exceptions.
Definition at line 54 of file wrappers.py.
| def lsst.pex.exceptions.wrappers.Exception.__init__ | ( | self, | |
| arg, | |||
| * | args, | ||
| ** | kwds | ||
| ) |
Definition at line 64 of file wrappers.py.
| def lsst.pex.exceptions.wrappers.Exception.__getattr__ | ( | self, | |
| name | |||
| ) |
Reimplemented from lsst.pex.exceptions.wrappers.ExceptionMeta.
Definition at line 74 of file wrappers.py.
| def lsst.pex.exceptions.wrappers.Exception.__repr__ | ( | self | ) |
Definition at line 77 of file wrappers.py.
| def lsst.pex.exceptions.wrappers.Exception.__str__ | ( | self | ) |
Definition at line 80 of file wrappers.py.
| lsst.pex.exceptions.wrappers.Exception.cpp |
Definition at line 72 of file wrappers.py.
|
static |
Definition at line 62 of file wrappers.py.