lsst.pex.exceptions  22.0.0+06dd0f93dc
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Nlsst
 Npex
 Nexceptions
 Nwrappers
 CExceptionMeta
 CException
 CLogicError
 CDomainError
 CInvalidParameterError
 CLengthError
 COutOfRangeError
 CRuntimeError
 CRangeError
 COverflowError
 CUnderflowError
 CNotFoundError
 CIoError
 CTypeError
 CTracepointOne point in the Traceback vector held by Exception
 CExceptionProvides consistent interface for LSST exceptions
 CLogicErrorReports errors in the logical structure of the program
 CDomainErrorReports arguments outside the domain of an operation
 CInvalidParameterErrorReports invalid arguments
 CLengthErrorReports attempts to exceed implementation-defined length limits for some classes
 COutOfRangeErrorReports attempts to access elements outside a valid range of indices
 CRuntimeErrorReports errors that are due to events beyond the control of the program
 CRangeErrorReports when the result of an operation cannot be represented by the destination type
 COverflowErrorReports when the result of an arithmetic operation is too large for the destination type
 CUnderflowErrorReports when the result of an arithmetic operation is too small for the destination type
 CNotFoundErrorReports attempts to access elements using an invalid key
 CIoErrorReports errors in external input/output operations
 CTypeErrorReports errors from accepting an object of an unexpected or inappropriate type