org.melati.util
Class ExceptionUtils

Package class diagram package ExceptionUtils
java.lang.Object
  extended by org.melati.util.ExceptionUtils

public final class ExceptionUtils
extends Object

An assortment of useful operations on Exceptions.


Method Summary
static String stackTrace(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 String stackTrace(Throwable e)
Parameters:
e - a Throwable
Returns:
Returns its stack trace as a String


Copyright © 2000-2010 PanEris. All Rights Reserved.