Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn
Class ExceptionUtils

java.lang.Object
  extended by com.softwarementors.extjs.djn.ExceptionUtils

public class ExceptionUtils
extends java.lang.Object


Method Summary
static java.lang.String getExceptionMessage(java.lang.Throwable t)
           
static java.lang.String getExceptionWhere(java.lang.Throwable t, boolean debugMode)
           
static java.lang.Throwable getFirstRelevantExceptionToReport(java.lang.Throwable t)
           
static java.util.List<java.lang.Throwable> getRelevantExceptions(java.lang.Throwable e)
           
static boolean skipException(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRelevantExceptions

public static java.util.List<java.lang.Throwable> getRelevantExceptions(java.lang.Throwable e)

skipException

public static boolean skipException(java.lang.Throwable t)

getFirstRelevantExceptionToReport

public static java.lang.Throwable getFirstRelevantExceptionToReport(java.lang.Throwable t)

getExceptionMessage

public static java.lang.String getExceptionMessage(java.lang.Throwable t)

getExceptionWhere

public static java.lang.String getExceptionWhere(java.lang.Throwable t,
                                                 boolean debugMode)

Copyright © 2008, 2009 Pedro Agulló Soliveres