Class LiquibaseXmlElementClassNotFoundFailureAnalyzer
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ClassNotFoundException>
org.flowable.spring.boot.liquibase.LiquibaseXmlElementClassNotFoundFailureAnalyzer
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class LiquibaseXmlElementClassNotFoundFailureAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ClassNotFoundException>
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, ClassNotFoundException cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Constructor Details
-
LiquibaseXmlElementClassNotFoundFailureAnalyzer
public LiquibaseXmlElementClassNotFoundFailureAnalyzer()
-
-
Method Details
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, ClassNotFoundException cause) - Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<ClassNotFoundException>
-