Class BeanDefinitionStoreFailureAnalyzer

  • All Implemented Interfaces:
    org.springframework.boot.diagnostics.FailureAnalyzer

    public class BeanDefinitionStoreFailureAnalyzer
    extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<org.springframework.beans.factory.BeanDefinitionStoreException>
    Failure analyzer for spring boot startup exceptions from BeanDefinitionStoreException.
    Since:
    6.4.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.boot.diagnostics.FailureAnalysis analyze​(java.lang.Throwable rootFailure, org.springframework.beans.factory.BeanDefinitionStoreException 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 Detail

      • BeanDefinitionStoreFailureAnalyzer

        public BeanDefinitionStoreFailureAnalyzer()
    • Method Detail

      • analyze

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