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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FailureAnalysis
analyze
(Throwable rootFailure, Violations cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Constructor Details
-
FailedModuleVerificationFailureAnalyzer
FailedModuleVerificationFailureAnalyzer()
-
-
Method Details
-
analyze
- Specified by:
analyze
in classAbstractFailureAnalyzer<Violations>
-