lsst.pex.exceptions  20.0.0+bddc4f4cbe
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pex.exceptions.wrappers.DomainError Class Reference
Inheritance diagram for lsst.pex.exceptions.wrappers.DomainError:
lsst.pex.exceptions.wrappers.LogicError lsst.pex.exceptions.wrappers.Exception lsst.pex.exceptions.wrappers.ExceptionMeta

Public Member Functions

def __getattr__ (self, name)
 
def __repr__ (self)
 
def __str__ (self)
 

Public Attributes

 cpp
 

Static Public Attributes

 WrappedClass = exceptions.DomainError
 

Detailed Description

Definition at line 90 of file wrappers.py.

Member Function Documentation

◆ __getattr__()

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

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

Definition at line 74 of file wrappers.py.

◆ __repr__()

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

Definition at line 77 of file wrappers.py.

◆ __str__()

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

Definition at line 80 of file wrappers.py.

Member Data Documentation

◆ cpp

lsst.pex.exceptions.wrappers.Exception.cpp
inherited

Definition at line 72 of file wrappers.py.

◆ WrappedClass

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

Definition at line 91 of file wrappers.py.


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