public final class ThrowableToString extends Object
Exists to convert a Throwable to a String. This gives more control
than having a printStackTrace() go directly to a PrintStream
or PrintWriter. It also defers the conversion to a String until a later
time when the caller finds it convenient.