public class DockerNotPresentFailureAnalyser extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<DockerNotPresentException>
| Modifier and Type | Field and Description |
|---|---|
static String |
action |
static String |
description |
| Constructor and Description |
|---|
DockerNotPresentFailureAnalyser() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.diagnostics.FailureAnalysis |
analyze(Throwable rootFailure,
DockerNotPresentException cause) |
public static final String description
public static final String action
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, DockerNotPresentException cause)
analyze in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer<DockerNotPresentException>Copyright © 2022. All rights reserved.