We currently have a pattern where we create a package-private exception and a related FailureAnalizer to report it. For example NoSuchHealthContributorFailureAnalyzer.
If we had a FailureAnalyzedException that we could throw that included the description and action we could remove these and reduce the number of lines in our spring.factories file.
We currently have a pattern where we create a package-private exception and a related
FailureAnalizerto report it. For exampleNoSuchHealthContributorFailureAnalyzer.If we had a
FailureAnalyzedExceptionthat we could throw that included the description and action we could remove these and reduce the number of lines in ourspring.factoriesfile.