Package | Description |
---|---|
org.apache.maven.cli | |
org.apache.maven.exception |
Modifier and Type | Method and Description |
---|---|
private void |
MavenCli.logSummary(ExceptionSummary summary,
java.util.Map<java.lang.String,java.lang.String> references,
java.lang.String indent,
boolean showErrors) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ExceptionSummary> |
ExceptionSummary.children |
Modifier and Type | Method and Description |
---|---|
private ExceptionSummary |
DefaultExceptionHandler.handle(ModelProblem problem,
java.lang.String projectId) |
private ExceptionSummary |
DefaultExceptionHandler.handle(ProjectBuildingResult result) |
private ExceptionSummary |
DefaultExceptionHandler.handle(java.lang.String message,
java.lang.Throwable exception) |
ExceptionSummary |
DefaultExceptionHandler.handleException(java.lang.Throwable exception) |
ExceptionSummary |
ExceptionHandler.handleException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExceptionSummary> |
ExceptionSummary.getChildren() |
Constructor and Description |
---|
ExceptionSummary(java.lang.Throwable exception,
java.lang.String message,
java.lang.String reference,
java.util.List<ExceptionSummary> children) |