Class StacktraceFormatToolkit


  • public class StacktraceFormatToolkit
    extends java.lang.Object
    Toolkit for presenting stack traces and stack frames in textual form.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String asString​(java.lang.Object element)  
      static java.lang.String formatFrame​(IMCFrame frame, FrameSeparator frameSeparator)
      Return a text representation of a frame with only the information that is relevant according to the frame categorization.
      static java.lang.String formatFrame​(IMCFrame frame, FrameSeparator frameSeparator, boolean showReturnValue, boolean showReturnValuePackage, boolean showClassName, boolean showClassPackageName, boolean showArguments, boolean showArgumentsPackage)
      Return a text representation of a frame with only the information that is relevant according to the frame categorization.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StacktraceFormatToolkit

        public StacktraceFormatToolkit()
    • Method Detail

      • formatFrame

        public static java.lang.String formatFrame​(IMCFrame frame,
                                                   FrameSeparator frameSeparator)
        Return a text representation of a frame with only the information that is relevant according to the frame categorization.
      • asString

        private static java.lang.String asString​(java.lang.Object element)