lsst.pex.exceptions  8.0.0.0-23-g68b96ed
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
Classes | Functions | Variables
lsst::pex::exceptions::wrappers Namespace Reference

Classes

class  Exception
class  LogicError
class  DomainError
class  InvalidParameterError
class  LengthError
class  OutOfRangeError
class  RuntimeError
class  RangeError
class  OverflowError
class  UnderflowError
class  NotFoundError
class  MemoryError
class  IoError
class  TypeError
class  TimeoutError

Functions

def register
def translate

Variables

dictionary registry = {}

Function Documentation

A Python decorator that adds a Python exception wrapper to the registry that maps C++ Exceptions
to their Python wrapper classes.
Translate a C++ Exception instance to Python and return it.

Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines