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