Documentation of 'tig.Debug' Java class
Debug
tig

Class Debug

  • All Implemented Interfaces:
    GeneralConstants


    public abstract class Debug
    extends java.lang.Object
    implements GeneralConstants
    Contains methods to debug and print exceptions.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int STACK_TRACE
      Constant to indicate that the way to trace exceptions is equivalent to printStackTrace().
    • Constructor Summary

      Constructors 
      Constructor and Description
      Debug() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void trace(java.lang.Exception e)
      Traces an exception in a text area of an autonom frame.
      static void traceError(java.lang.Exception e)
      Traces an exception in a text area of an autonom frame.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STACK_TRACE

        public static final int STACK_TRACE
        Constant to indicate that the way to trace exceptions is equivalent to printStackTrace().
        See Also:
        Constant Field Values
    • Constructor Detail

      • Debug

        public Debug()
    • Method Detail

      • traceError

        public static void traceError(java.lang.Exception e)
        Traces an exception in a text area of an autonom frame.
        Parameters:
        e - The exception being thrown.
      • trace

        public static void trace(java.lang.Exception e)
        Traces an exception in a text area of an autonom frame.
        Parameters:
        e - The exception being thrown.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.