public class ExceptionSummary
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ExceptionSummary> |
children |
private java.lang.Throwable |
exception |
private java.lang.String |
message |
private java.lang.String |
reference |
| Constructor and Description |
|---|
ExceptionSummary(java.lang.Throwable exception,
java.lang.String message,
java.lang.String reference) |
ExceptionSummary(java.lang.Throwable exception,
java.lang.String message,
java.lang.String reference,
java.util.List<ExceptionSummary> children) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExceptionSummary> |
getChildren() |
java.lang.Throwable |
getException() |
java.lang.String |
getMessage() |
java.lang.String |
getReference() |
private java.lang.Throwable exception
private java.lang.String message
private java.lang.String reference
private java.util.List<ExceptionSummary> children
public ExceptionSummary(java.lang.Throwable exception,
java.lang.String message,
java.lang.String reference)
public ExceptionSummary(java.lang.Throwable exception,
java.lang.String message,
java.lang.String reference,
java.util.List<ExceptionSummary> children)
public java.lang.Throwable getException()
public java.lang.String getMessage()
public java.lang.String getReference()
public java.util.List<ExceptionSummary> getChildren()