org.melati.util
Class ExceptionUtils

java.lang.Object
  extended by org.melati.util.ExceptionUtils

public final class ExceptionUtils
extends java.lang.Object

An assortment of useful operations on Exceptions.


Method Summary
static java.lang.String stackTrace(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stackTrace

public static java.lang.String stackTrace(java.lang.Throwable e)
Parameters:
e - a Throwable
Returns:
Returns its stack trace as a String


Copyright © 2000-2008 PanEris. All Rights Reserved.