JEphem site
jephem API
Build classes

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
static int STACK_TRACE
          Constant to indicate that the way to trace exceptions is equivalent to printStackTrace().
 
Fields inherited from interface tig.GeneralConstants
BLANK, FS, LS, NO_SPECIF, SPACE
 
Constructor Summary
Debug()
           
 
Method Summary
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
clone, equals, finalize, 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.

JEphem site
jephem API
Build classes