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, getCauseTypepublic InvalidConfigurationPropertiesFailureAnalyzer()
protected FailureAnalysis analyze(Throwable rootFailure, InvalidConfigurationPropertiesException cause)
AbstractFailureAnalyzerrootFailure, or null if no
analysis was possible.analyze in class AbstractFailureAnalyzer<InvalidConfigurationPropertiesException>rootFailure - the root failure passed to the analyzercause - the actual found causenullCopyright © 2019 Pivotal Software, Inc.. All rights reserved.