lsst.pex.exceptions  13.0-3-g13ef843+3
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
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__
 
def __getattr__
 
def __repr__
 
def __str__
 
- Public Member Functions inherited from lsst.pex.exceptions.wrappers.ExceptionMeta
def __getattr__
 

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

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

Definition at line 40 of file wrappers.py.

Member Function Documentation

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

Definition at line 50 of file wrappers.py.

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

Definition at line 53 of file wrappers.py.

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

Definition at line 56 of file wrappers.py.

Member Data Documentation

lsst.pex.exceptions.wrappers.Exception.cpp

Definition at line 48 of file wrappers.py.

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: