public final class FailureAnalyzers extends Object
FailureAnalyzer
and FailureAnalysisReporter
instances loaded from spring.factories
.
A FailureAnalyzer
that requires access to the BeanFactory
in order to
perform its analysis can implement BeanFactoryAware
to have the
BeanFactory
injected prior to FailureAnalyzer.analyze(Throwable)
being
called.
Modifier and Type | Method and Description |
---|---|
static boolean |
analyzeAndReport(Throwable failure,
ClassLoader classLoader,
org.springframework.context.ConfigurableApplicationContext context) |
public static boolean analyzeAndReport(Throwable failure, ClassLoader classLoader, org.springframework.context.ConfigurableApplicationContext context)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.