lsst.pex.exceptions gdaeeff99f8+f78d25140c
|
▼Nlsst | |
▼Npex | |
▼Nexceptions | |
Npython | |
Nversion | |
▼Nwrappers | |
CDomainError | |
CException | |
CExceptionMeta | |
CInvalidParameterError | |
CIoError | |
CLengthError | |
CLogicError | |
CNotFoundError | |
COutOfRangeError | |
COverflowError | |
CRangeError | |
CRuntimeError | |
CTypeError | |
CUnderflowError | |
CDomainError | Reports arguments outside the domain of an operation |
CException | Provides consistent interface for LSST exceptions |
CInvalidParameterError | Reports invalid arguments |
CIoError | Reports errors in external input/output operations |
CLengthError | Reports attempts to exceed implementation-defined length limits for some classes |
CLogicError | Reports errors in the logical structure of the program |
CNotFoundError | Reports attempts to access elements using an invalid key |
COutOfRangeError | Reports attempts to access elements outside a valid range of indices |
COverflowError | Reports when the result of an arithmetic operation is too large for the destination type |
CRangeError | Reports when the result of an operation cannot be represented by the destination type |
CRuntimeError | Reports errors that are due to events beyond the control of the program |
CTracepoint | One point in the Traceback vector held by Exception |
CTypeError | Reports errors from accepting an object of an unexpected or inappropriate type |
CUnderflowError | Reports when the result of an arithmetic operation is too small for the destination type |
Nstd | STL namespace |