lsst.pex.exceptions  22.0.0+06dd0f93dc
Public Member Functions | List of all members
lsst.pex.exceptions.wrappers.ExceptionMeta Class Reference
Inheritance diagram for lsst.pex.exceptions.wrappers.ExceptionMeta:
lsst.pex.exceptions.wrappers.Exception 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 __getattr__ (cls, name)
 

Detailed Description

A metaclass for custom exception wrappers, which adds lookup of class attributes
by delegating to the Swig-generated wrapper.

Definition at line 44 of file wrappers.py.

Member Function Documentation

◆ __getattr__()

def lsst.pex.exceptions.wrappers.ExceptionMeta.__getattr__ (   cls,
  name 
)

Reimplemented in lsst.pex.exceptions.wrappers.Exception.

Definition at line 49 of file wrappers.py.


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