Class FailureAnalysis
java.lang.Object
org.springframework.boot.diagnostics.FailureAnalysis
The result of analyzing a failure.
- Since:
- 1.4.0
- Author:
- Andy Wilkinson
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FailureAnalysis
Creates a newFailureAnalysiswith the givendescriptionandaction, if any, that the user should take to address the problem. The failure had the given underlyingcause.- Parameters:
description- the descriptionaction- the actioncause- the cause
-
-
Method Details
-
getDescription
-
getAction
-
getCause
-