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 -
Method Summary
Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
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 classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.cloud.configuration.CompatibilityNotMetException>
-