@Typed public final class ExceptionStackItem extends Object implements Serializable
| Constructor and Description | 
|---|
ExceptionStackItem(Throwable cause)  | 
ExceptionStackItem(Throwable throwable,
                  StackTraceElement[] stackTraceElements)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
StackTraceElement[] | 
getStackTraceElements()  | 
Throwable | 
getThrowable()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public ExceptionStackItem(Throwable cause)
public ExceptionStackItem(Throwable throwable, StackTraceElement[] stackTraceElements)
public StackTraceElement[] getStackTraceElements()
public Throwable getThrowable()
Copyright © 2015 The Apache Software Foundation. All rights reserved.