tig
Class Debug
- java.lang.Object
-
- tig.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 intSTACK_TRACEConstant to indicate that the way to trace exceptions is equivalent toprintStackTrace().
-
Constructor Summary
Constructors Constructor and Description Debug()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidtrace(java.lang.Exception e)Traces an exception in a text area of an autonom frame.static voidtraceError(java.lang.Exception e)Traces an exception in a text area of an autonom frame.
-
-
-
Field Detail
-
STACK_TRACE
public static final int STACK_TRACE
Constant to indicate that the way to trace exceptions is equivalent toprintStackTrace().- See Also:
- Constant Field Values
-
-
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