wt.util
Class DebugStackTrace
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.DebugStackTrace
- All Implemented Interfaces:
- Serializable
- public class DebugStackTrace
- extends Exception
A debug utility for printing debug messages with a stack trace.
Supported API: true
Extendable false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
DebugStackTrace(String msg)
Constructs a new DebugStackTrace object with the associated message
Supported API: true |
Method Summary |
static void |
println(String msg)
Prints a debug message to System.out along with a stack trace. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
versionID
private static final String versionID
- See Also:
- Constant Field Values
DebugStackTrace
public DebugStackTrace(String msg)
- Constructs a new DebugStackTrace object with the associated message
Supported API: true
println
public static void println(String msg)
- Prints a debug message to System.out along with a stack trace.
Supported API: true