net.sf.basedb.util.error
Class ThrowableUtil
java.lang.Object
net.sf.basedb.util.error.ThrowableUtil
public class ThrowableUtil
- extends Object
Utility class for working with Throwable
:s.
- Version:
- 2.9
- Author:
- Nicklas
- Last modified
- $Date: 2008-10-30 11:41:41 +0100 (Thu, 30 Oct 2008) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowableUtil
public ThrowableUtil()
stackTraceToString
public static String stackTraceToString(Throwable t)
- Convert a stacktrace to a string that is usually printed
with the
Throwable.printStackTrace()
method.
- Parameters:
t
- The throwable
- Returns:
- The string representation of the stack trace