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
Constructor Summary |
protected |
ToString()
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
s_instance
protected static ToString s_instance
ToString
protected ToString()
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