Java org.springframework.boot.diagnostics FailureAnalysis fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.diagnostics FailureAnalysis fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.diagnostics FailureAnalysis.

The text is from its open source code.

Constructor

FailureAnalysis(String description, String action, Throwable cause)
Creates a new FailureAnalysis with the given description and action , if any, that the user should take to address the problem.

Method

StringgetAction()
Returns the action, if any, to be taken to address the failure.
ThrowablegetCause()
Returns the cause of the failure.
StringgetDescription()
Returns a description of the failure.