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 theQuickFixJBaseExceptionare handled here.- Author:
- Eduardo Sanchez-Ros
-
-
Constructor Summary
Constructors Constructor Description QuickFixJAutoConfigFailureAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, QuickFixJBaseException cause)
-
-
-
Method Detail
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, QuickFixJBaseException cause)
- Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<QuickFixJBaseException>
-
-