Uses of Class
org.apache.maven.exception.ExceptionSummary
-
Packages that use ExceptionSummary Package Description org.apache.maven.cli org.apache.maven.exception -
-
Uses of ExceptionSummary in org.apache.maven.cli
Methods in org.apache.maven.cli with parameters of type ExceptionSummary Modifier and Type Method Description private void
MavenCli. logSummary(ExceptionSummary summary, java.util.Map<java.lang.String,java.lang.String> references, java.lang.String indent, boolean showErrors)
-
Uses of ExceptionSummary in org.apache.maven.exception
Fields in org.apache.maven.exception with type parameters of type ExceptionSummary Modifier and Type Field Description private java.util.List<ExceptionSummary>
ExceptionSummary. children
Methods in org.apache.maven.exception that return ExceptionSummary Modifier and Type Method Description private ExceptionSummary
DefaultExceptionHandler. handle(java.lang.String message, java.lang.Throwable exception)
private ExceptionSummary
DefaultExceptionHandler. handle(ModelProblem problem, java.lang.String projectId)
private ExceptionSummary
DefaultExceptionHandler. handle(ProjectBuildingResult result)
ExceptionSummary
DefaultExceptionHandler. handleException(java.lang.Throwable exception)
ExceptionSummary
ExceptionHandler. handleException(java.lang.Throwable e)
Methods in org.apache.maven.exception that return types with arguments of type ExceptionSummary Modifier and Type Method Description java.util.List<ExceptionSummary>
ExceptionSummary. getChildren()
Constructor parameters in org.apache.maven.exception with type arguments of type ExceptionSummary Constructor Description ExceptionSummary(java.lang.Throwable exception, java.lang.String message, java.lang.String reference, java.util.List<ExceptionSummary> children)
-