bitronix.tm.utils
Class ExceptionUtils

java.lang.Object
  extended by bitronix.tm.utils.ExceptionUtils

public final class ExceptionUtils
extends Object

Exception related utilities.

Author:
Stephane Nicoll

Method Summary
static String getStackTrace(Throwable t)
          Returns the stack trace of the specified Throwable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStackTrace

public static String getStackTrace(Throwable t)
Returns the stack trace of the specified Throwable.

Parameters:
t - the throwable
Returns:
the string representation of the stack trace


Copyright © 2006-2013 Bitronix Software. All Rights Reserved.