| Package | Description |
|---|---|
| org.apache.maven.exception |
| Modifier and Type | Method | Description |
|---|---|---|
ExceptionSummary |
DefaultExceptionHandler.handleException(java.lang.Throwable exception) |
|
ExceptionSummary |
ExceptionHandler.handleException(java.lang.Throwable e) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ExceptionSummary> |
ExceptionSummary.getChildren() |
| Constructor | Description |
|---|---|
ExceptionSummary(java.lang.Throwable exception,
java.lang.String message,
java.lang.String reference,
java.util.List<ExceptionSummary> children) |