Define LSST_EXCEPTION_TYPE

Define Documentation

LSST_EXCEPTION_TYPE(t, b, c)

Macro used to define new types of exceptions without additional data.

Parameters
  • [in] t: Type of the exception.

  • [in] b: Base class of the exception.

  • [in] c: C++ class of the exception (fully specified).