Class CxfSpringBootMavenPropertiesMissingFailureAnalyzer
- java.lang.Object
-
- org.springframework.boot.diagnostics.AbstractFailureAnalyzer<CxfSpringBootMavenPropertiesNotFoundException>
-
- de.codecentric.cxf.autodetection.diagnostics.CxfSpringBootMavenPropertiesMissingFailureAnalyzer
-
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class CxfSpringBootMavenPropertiesMissingFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<CxfSpringBootMavenPropertiesNotFoundException>
FailureAnalyzer to show custom Failure Message, if the cxf-spring-boot-maven.properties is missing (which is generated by the https://github.com/codecentric/cxf-spring-boot-starter-maven-plugin and is mandatory for autodetection and instantiation of the CXF endpoint(s)).- Author:
- jonashackt
-
-
Constructor Summary
Constructors Constructor Description CxfSpringBootMavenPropertiesMissingFailureAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, CxfSpringBootMavenPropertiesNotFoundException cause)
-
-
-
Method Detail
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, CxfSpringBootMavenPropertiesNotFoundException cause)
- Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<CxfSpringBootMavenPropertiesNotFoundException>
-
-