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 SummaryConstructorsConstructorDescriptionExceptionSummary(Throwable exception, String message, String reference) ExceptionSummary(Throwable exception, String message, String reference, List<ExceptionSummary> children) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Constructor Details- 
ExceptionSummary
- 
ExceptionSummarypublic ExceptionSummary(Throwable exception, String message, String reference, List<ExceptionSummary> children) 
 
- 
- 
Method Details- 
getException
- 
getMessage
- 
getReference
- 
getChildren
 
-