lsst.pex.exceptions  14.0-1-g13ef843+9
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.IoError lsst.pex.exceptions.wrappers.MemoryError lsst.pex.exceptions.wrappers.OverflowError lsst.pex.exceptions.wrappers.RangeError lsst.pex.exceptions.wrappers.TimeoutError lsst.pex.exceptions.wrappers.TypeError 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 30 of file wrappers.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 40 of file wrappers.py.

Member Function Documentation

◆ __getattr__()

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

Definition at line 50 of file wrappers.py.

◆ __repr__()

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

Definition at line 53 of file wrappers.py.

◆ __str__()

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

Definition at line 56 of file wrappers.py.

Member Data Documentation

◆ cpp

lsst.pex.exceptions.wrappers.Exception.cpp

Definition at line 48 of file wrappers.py.

◆ WrappedClass

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

Definition at line 38 of file wrappers.py.


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