public interface IMCStackTrace
Modifier and Type | Interface and Description |
---|---|
static class |
IMCStackTrace.TruncationState
Information about the truncation state of the stack trace.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends IMCFrame> |
getFrames()
Return the frames that this stack trace consist of.
|
IMCStackTrace.TruncationState |
getTruncationState()
Returns the truncation state of the stack trace.
|
java.util.List<? extends IMCFrame> getFrames()
IMCStackTrace.TruncationState getTruncationState()
To easily check if the stack trace is truncated you can use the
IMCStackTrace.TruncationState.isTruncated()
method. For example:
mytrace.getTruncationState().isTruncated()
.