net.groboclown.util.display.v1
Class ToString

java.lang.Object
  |
  +--net.groboclown.util.display.v1.ToString

public class ToString
extends Object

Utility which knows of common transformations from bulky base Java objects into readable Strings.

Since:
0.9.1d
Version:
Alpha 0.9.1d
Author:
Matt Albrecht

Field Summary
protected static ToString s_instance
           
 
Constructor Summary
protected ToString()
           
 
Method Summary
static ToString getInstance()
           
 String toString(Throwable t)
          Convert a Stack Trace from a Throwable into a String.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

s_instance

protected static ToString s_instance
Constructor Detail

ToString

protected ToString()
Method Detail

getInstance

public static ToString getInstance()

toString

public String toString(Throwable t)
Convert a Stack Trace from a Throwable into a String.


Written under the LGPL