toggle menu
Spring Boot Kotlin API
3.4.2-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.diagnostics
/
FailureAnalysis
Failure
Analysis
open
class
FailureAnalysis
The result of analyzing a failure.
Author
Andy Wilkinson
Since
1.4.0
Members
Constructors
Failure
Analysis
Link copied to clipboard
constructor
(
description
:
String
,
action
:
String
,
cause
:
Throwable
)
Creates a new
FailureAnalysis
with the given
description
and
action
, if any, that the user should take to address the problem.
Properties
action
Link copied to clipboard
val
action
:
String
cause
Link copied to clipboard
val
cause
:
Throwable
description
Link copied to clipboard
val
description
:
String