| Package | Description |
|---|---|
| org.apache.maven.exception |
| Modifier and Type | Method and Description |
|---|---|
ExceptionSummary |
ExceptionHandler.handleException(java.lang.Throwable e) |
ExceptionSummary |
DefaultExceptionHandler.handleException(java.lang.Throwable exception) |
| 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) |