org.jutil
Class TException

java.lang.Object
  extended by org.jutil.TException

public final class TException
extends java.lang.Object

This is the TException utility code class.


Constructor Summary
TException()
          Ensure that no one can create instances of this Class.
 
Method Summary
static java.lang.String stackTraceToString(java.lang.Exception exception)
          Writes StackTrace to a String org.jutil.TException.stackTraceToString(Exception exception);
static java.lang.StringBuffer stackTraceToStringBuffer(java.lang.Exception exception)
          Writes StackTrace to a String org.jutil.TException.stackTraceToString(Exception exception);
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TException

public TException()
Ensure that no one can create instances of this Class.

Method Detail

stackTraceToString

public static final java.lang.String stackTraceToString(java.lang.Exception exception)
Writes StackTrace to a String org.jutil.TException.stackTraceToString(Exception exception);


stackTraceToStringBuffer

public static final java.lang.StringBuffer stackTraceToStringBuffer(java.lang.Exception exception)
Writes StackTrace to a String org.jutil.TException.stackTraceToString(Exception exception);