Package org.apache.maven.exception
Class ExceptionSummary
java.lang.Object
org.apache.maven.exception.ExceptionSummary
Provide a summary of the exception, containing:
- the exception itself,
- useful end-user message,
- useful reference to a solution, or set of solutions: this is usually a wiki page url in http://cwiki.apache.org/confluence/display/MAVEN/,
- child exception summaries.
-
Constructor Summary
ConstructorDescriptionExceptionSummary
(Throwable exception, String message, String reference) ExceptionSummary
(Throwable exception, String message, String reference, List<ExceptionSummary> children) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ExceptionSummary
-
ExceptionSummary
public ExceptionSummary(Throwable exception, String message, String reference, List<ExceptionSummary> children)
-
-
Method Details
-
getException
-
getMessage
-
getReference
-
getChildren
-