Uses of Class
org.apache.maven.exception.ExceptionSummary
Packages that use ExceptionSummary
Package
Description
This package contains the
mvn tool implementation.-
Uses of ExceptionSummary in org.apache.maven.cli
Methods in org.apache.maven.cli with parameters of type ExceptionSummaryModifier and TypeMethodDescriptionprivate voidMavenCli.logSummary(ExceptionSummary summary, Map<String, String> references, String indent, boolean showErrors) Deprecated. -
Uses of ExceptionSummary in org.apache.maven.cling.invoker.mvn
Methods in org.apache.maven.cling.invoker.mvn with parameters of type ExceptionSummaryModifier and TypeMethodDescriptionprotected voidMavenInvoker.logSummary(C context, ExceptionSummary summary, Map<String, String> references, String indent) -
Uses of ExceptionSummary in org.apache.maven.exception
Fields in org.apache.maven.exception with type parameters of type ExceptionSummaryMethods in org.apache.maven.exception that return ExceptionSummaryModifier and TypeMethodDescriptionprivate ExceptionSummaryprivate ExceptionSummaryDefaultExceptionHandler.handle(ModelProblem problem, String projectId) private ExceptionSummaryDefaultExceptionHandler.handle(ProjectBuildingResult result) DefaultExceptionHandler.handleException(Throwable exception) ExceptionHandler.handleException(Throwable e) Methods in org.apache.maven.exception that return types with arguments of type ExceptionSummaryConstructor parameters in org.apache.maven.exception with type arguments of type ExceptionSummaryModifierConstructorDescriptionExceptionSummary(Throwable exception, String message, String reference, List<ExceptionSummary> children)