lsst.pex.exceptions  21.0.0-2-gde069b7+ca45a81b40
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pex.exceptions.wrappers.Exception Class Reference
Inheritance diagram for lsst.pex.exceptions.wrappers.Exception:
lsst.pex.exceptions.wrappers.ExceptionMeta lsst.pex.exceptions.wrappers.LogicError lsst.pex.exceptions.wrappers.NotFoundError lsst.pex.exceptions.wrappers.RuntimeError lsst.pex.exceptions.wrappers.DomainError lsst.pex.exceptions.wrappers.InvalidParameterError lsst.pex.exceptions.wrappers.LengthError lsst.pex.exceptions.wrappers.OutOfRangeError lsst.pex.exceptions.wrappers.TypeError lsst.pex.exceptions.wrappers.IoError lsst.pex.exceptions.wrappers.OverflowError lsst.pex.exceptions.wrappers.RangeError lsst.pex.exceptions.wrappers.UnderflowError

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
 

Detailed Description

The base class for Python-wrapped LSST C++ exceptions.

Definition at line 54 of file wrappers.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pex.exceptions.wrappers.Exception.__init__ (   self,
  arg,
args,
**  kwds 
)

Definition at line 64 of file wrappers.py.

Member Function Documentation

◆ __getattr__()

def lsst.pex.exceptions.wrappers.Exception.__getattr__ (   self,
  name 
)

Reimplemented from lsst.pex.exceptions.wrappers.ExceptionMeta.

Definition at line 74 of file wrappers.py.

◆ __repr__()

def lsst.pex.exceptions.wrappers.Exception.__repr__ (   self)

Definition at line 77 of file wrappers.py.

◆ __str__()

def lsst.pex.exceptions.wrappers.Exception.__str__ (   self)

Definition at line 80 of file wrappers.py.

Member Data Documentation

◆ cpp

lsst.pex.exceptions.wrappers.Exception.cpp

Definition at line 72 of file wrappers.py.

◆ WrappedClass

lsst.pex.exceptions.wrappers.Exception.WrappedClass = exceptions.Exception
static

Definition at line 62 of file wrappers.py.


The documentation for this class was generated from the following file: