Class CompatibilityNotMetFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.cloud.configuration.CompatibilityNotMetException>
org.springframework.cloud.configuration.CompatibilityNotMetFailureAnalyzer
All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer

public final class CompatibilityNotMetFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.cloud.configuration.CompatibilityNotMetException>
Analyzer for the CompatibilityNotMetException. Prints a list of found issues and actions that should be taken to fix them.
Since:
1.3.6
Author:
Marcin Grzejszczak
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.boot.diagnostics.FailureAnalysis
    analyze(Throwable rootFailure, org.springframework.cloud.configuration.CompatibilityNotMetException cause)
     

    Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer

    analyze, findCause, getCauseType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CompatibilityNotMetFailureAnalyzer

      public CompatibilityNotMetFailureAnalyzer()
  • Method Details

    • analyze

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