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