Class GitUriFailureAnalyzer

  • All Implemented Interfaces:
    org.springframework.boot.diagnostics.FailureAnalyzer

    public class GitUriFailureAnalyzer
    extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<IllegalStateException>
    Author:
    Ryan Baxter
    • Constructor Detail

      • GitUriFailureAnalyzer

        public GitUriFailureAnalyzer()
    • Method Detail

      • analyze

        protected org.springframework.boot.diagnostics.FailureAnalysis analyze​(Throwable rootFailure,
                                                                               IllegalStateException cause)
        Specified by:
        analyze in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer<IllegalStateException>