Interface ExceptionContextProvider

    • Method Summary

      Modifier and Type Method Description
      ExceptionContext getContext()
      Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.
    • Method Detail

      • getContext

        ExceptionContext getContext()
        Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.
        Returns:
        a reference to the exception context.