Home / Class/ BundleContentNotWatchableFailureAnalyzer Class — spring-boot Architecture

BundleContentNotWatchableFailureAnalyzer Class — spring-boot Architecture

Architecture documentation for the BundleContentNotWatchableFailureAnalyzer class in BundleContentNotWatchableFailureAnalyzer.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ssl/BundleContentNotWatchableFailureAnalyzer.java lines 28–37

class BundleContentNotWatchableFailureAnalyzer extends AbstractFailureAnalyzer<BundleContentNotWatchableException> {

	@Override
	protected FailureAnalysis analyze(Throwable rootFailure, BundleContentNotWatchableException cause) {
		return new FailureAnalysis(cause.getMessage(), "Update your application to correct the invalid configuration:\n"
				+ "Either use a watchable resource, or disable bundle reloading by setting reload-on-update = false on the bundle.",
				cause);
	}

}

Domain

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free