|
lsst.pex.exceptions g786e29fd12+c90741701a
|
Public Member Functions | |
| __init__ (self, arg, *args, **kwds) | |
| __getattr__ (self, name) | |
| __repr__ (self) | |
| __str__ (self) | |
Public Attributes | |
| cpp = cpp | |
| WrappedClass | |
The base class for Python-wrapped LSST C++ exceptions.
Definition at line 54 of file wrappers.py.
| lsst.pex.exceptions.wrappers.Exception.__init__ | ( | self, | |
| arg, | |||
| * | args, | ||
| ** | kwds ) |
Definition at line 64 of file wrappers.py.
| lsst.pex.exceptions.wrappers.Exception.__getattr__ | ( | self, | |
| name ) |
Definition at line 74 of file wrappers.py.
| lsst.pex.exceptions.wrappers.Exception.__repr__ | ( | self | ) |
Definition at line 77 of file wrappers.py.
| lsst.pex.exceptions.wrappers.Exception.__str__ | ( | self | ) |
Definition at line 80 of file wrappers.py.
| lsst.pex.exceptions.wrappers.Exception.cpp = cpp |
Definition at line 72 of file wrappers.py.
|
inherited |
Definition at line 50 of file wrappers.py.