Interface IMCStackTrace

All Known Implementing Classes:
MCStackTrace

public interface IMCStackTrace
Interface for classes that represents stack traces in Mission Control.
  • Method Details

    • getFrames

      List<? extends IMCFrame> getFrames()
      Return the frames that this stack trace consist of. The frames are ordered from top frame to root frame.
      Returns:
      the frames
    • getTruncationState

      IMCStackTrace.TruncationState getTruncationState()
      Returns the truncation state of the stack trace.

      To easily check if the stack trace is truncated you can use the IMCStackTrace.TruncationState.isTruncated() method. For example: mytrace.getTruncationState().isTruncated().

      Returns:
      the truncation state