org.jutil
Class TThrowable

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

public final class TThrowable
extends java.lang.Object

This is the TThrowable utility code class.


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

Constructor Detail

TThrowable

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

Method Detail

stackTraceToString

public static final java.lang.String stackTraceToString(java.lang.Throwable throwable)
Writes StackTrace to a String org.jutil.TThrowable.stackTraceToString(java.lang.Throwable throwable);


stackTraceToStringBuffer

public static final java.lang.StringBuffer stackTraceToStringBuffer(java.lang.Throwable throwable)
Writes StackTrace to a String org.jutil.TThrowable.stackTraceToStringBuffer(java.lang.Throwable throwable);