Class LiquibaseXmlElementClassNotFoundFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<java.lang.ClassNotFoundException>
com.flowable.spring.boot.liquibase.LiquibaseXmlElementClassNotFoundFailureAnalyzer
All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer

public class LiquibaseXmlElementClassNotFoundFailureAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<java.lang.ClassNotFoundException>
Author:
Filip Hrisafov
  • Constructor Summary

    Constructors 
    Constructor Description
    LiquibaseXmlElementClassNotFoundFailureAnalyzer()  
  • Method Summary

    Modifier and Type Method Description
    protected org.springframework.boot.diagnostics.FailureAnalysis analyze​(java.lang.Throwable rootFailure, java.lang.ClassNotFoundException cause)  

    Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer

    analyze, findCause, getCauseType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • analyze

      protected org.springframework.boot.diagnostics.FailureAnalysis analyze​(java.lang.Throwable rootFailure, java.lang.ClassNotFoundException cause)
      Specified by:
      analyze in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer<java.lang.ClassNotFoundException>