wt.util
Class DebugStackTrace

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.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

Field Summary
private static String versionID
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values
Constructor Detail

DebugStackTrace

public DebugStackTrace(String msg)
Constructs a new DebugStackTrace object with the associated message

Supported API: true

Method Detail

println

public static void println(String msg)
Prints a debug message to System.out along with a stack trace.

Supported API: true