Class QuickFixJAutoConfigFailureAnalyzer
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<QuickFixJBaseException>
io.allune.quickfixj.spring.boot.starter.failureanalyzer.QuickFixJAutoConfigFailureAnalyzer
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class QuickFixJAutoConfigFailureAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<QuickFixJBaseException>
The failure analyzer is responsible to provide readable information of exception which
occur on startup. All exception based on the
QuickFixJBaseException are handled here.- Author:
- Eduardo Sanchez-Ros
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, QuickFixJBaseException cause) static ThrowablegetRootCause(Throwable throwable) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Constructor Details
-
QuickFixJAutoConfigFailureAnalyzer
public QuickFixJAutoConfigFailureAnalyzer()
-
-
Method Details
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, QuickFixJBaseException cause) - Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<QuickFixJBaseException>
-
getRootCause
-