Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.util
Class ExceptionUtil  view ExceptionUtil download ExceptionUtil.java

java.lang.Object
  extended bycom.aendvari.common.util.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object

Provides utility methods for handling exceptions.


Constructor Summary
ExceptionUtil()
           
 
Method Summary
static java.lang.String getStackTrace(java.lang.Exception exception)
          Returns the exception stack trace as 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

getStackTrace

public static java.lang.String getStackTrace(java.lang.Exception exception)
Returns the exception stack trace as a string.