Class AbstractInjectionFailureAnalyzer<T extends Throwable>

    • Method Detail

      • analyze

        protected abstract FailureAnalysis analyze​(Throwable rootFailure,
                                                   T cause,
                                                   String description)
        Returns an analysis of the given rootFailure, or null if no analysis was possible.
        Parameters:
        rootFailure - the root failure passed to the analyzer
        cause - the actual found cause
        description - the description of the injection point or null
        Returns:
        the analysis or null