Class AggregateErrorContext

  • All Implemented Interfaces:
    Context

    @Uncommitted
    public class AggregateErrorContext
    extends ErrorContext
    An error context which combines more than one context to dump.
    • Constructor Detail

      • AggregateErrorContext

        public AggregateErrorContext​(List<ErrorContext> innerContexts)
    • Method Detail

      • injectExportableParams

        public void injectExportableParams​(Map<String,​Object> input)
        Description copied from class: AbstractContext
        This method needs to be implemented by the actual context implementations to inject the params they need for exporting.
        Overrides:
        injectExportableParams in class ErrorContext
        Parameters:
        input - pass exportable params in here.