lsst.pex.exceptions gdaeeff99f8+1cafcb7cd4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | 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

 __getattr__ (cls, name)
 

Public Attributes

 WrappedClass
 

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__()

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

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

Definition at line 49 of file wrappers.py.

Member Data Documentation

◆ WrappedClass

lsst.pex.exceptions.wrappers.ExceptionMeta.WrappedClass

Definition at line 50 of file wrappers.py.


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