org.yajul.util
Class ExceptionUtil

java.lang.Object
  extended by org.yajul.util.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object

Helper methods for exceptions.
User: josh Date: Sep 24, 2007 Time: 11:27:13 AM


Constructor Summary
ExceptionUtil()
           
 
Method Summary
static java.lang.String getStackTraceAsString(java.lang.Throwable t)
          Puts a stack trace into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

getStackTraceAsString

public static java.lang.String getStackTraceAsString(java.lang.Throwable t)
Puts a stack trace into a string.

Parameters:
t - the exception
Returns:
a string representation of the stack trace


Copyright © 2008. All Rights Reserved.