public class ExceptionSummary extends Object
| Constructor and Description | 
|---|
| ExceptionSummary(Throwable exception,
                String message,
                String reference) | 
| ExceptionSummary(Throwable exception,
                String message,
                String reference,
                List<ExceptionSummary> children) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ExceptionSummary> | getChildren() | 
| Throwable | getException() | 
| String | getMessage() | 
| String | getReference() | 
public ExceptionSummary(Throwable exception, String message, String reference, List<ExceptionSummary> children)
public Throwable getException()
public String getMessage()
public String getReference()
public List<ExceptionSummary> getChildren()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.