public class ThrowableInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
ThrowableInfo |
getCause() |
String |
getDisplay() |
int |
getFramesInCommonWithCaused() |
com.google.common.collect.ImmutableList<String> |
getStackTrace() |
String |
toString() |
public String getDisplay()
public com.google.common.collect.ImmutableList<String> getStackTrace()
public int getFramesInCommonWithCaused()
@Nullable public ThrowableInfo getCause()
Copyright © 2011–2015 Glowroot contributors. All rights reserved.