public class InvalidConfigurationPropertiesFailureAnalyzer extends AbstractFailureAnalyzer<InvalidConfigurationPropertiesException>
AbstractFailureAnalyzer
that performs analysis of failures caused by
InvalidConfigurationPropertiesException
.Constructor and Description |
---|
InvalidConfigurationPropertiesFailureAnalyzer() |
Modifier and Type | Method and Description |
---|---|
protected FailureAnalysis |
analyze(Throwable rootFailure,
InvalidConfigurationPropertiesException cause)
Returns an analysis of the given
rootFailure , or null if no
analysis was possible. |
analyze, findCause, getCauseType
public InvalidConfigurationPropertiesFailureAnalyzer()
protected FailureAnalysis analyze(Throwable rootFailure, InvalidConfigurationPropertiesException cause)
AbstractFailureAnalyzer
rootFailure
, or null
if no
analysis was possible.analyze
in class AbstractFailureAnalyzer<InvalidConfigurationPropertiesException>
rootFailure
- the root failure passed to the analyzercause
- the actual found causenull
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.