Class FailedModuleVerificationFailureAnalyzer
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<Violations>
org.springframework.modulith.runtime.autoconfigure.FailedModuleVerificationFailureAnalyzer
- All Implemented Interfaces:
- FailureAnalyzer
A 
FailureAnalyzer to give explanation what's wrong when a runtime
 application module verification fails.- Since:
- 2.0
- Author:
- Oliver Drotbohm
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected FailureAnalysisanalyze(Throwable rootFailure, Violations cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzeranalyze, findCause, getCauseType
- 
Constructor Details- 
FailedModuleVerificationFailureAnalyzerFailedModuleVerificationFailureAnalyzer()
 
- 
- 
Method Details- 
analyze- Specified by:
- analyzein class- AbstractFailureAnalyzer<Violations>
 
 
-