com.softwarementors.extjs.djn
Class ExceptionUtils
java.lang.Object
com.softwarementors.extjs.djn.ExceptionUtils
public class ExceptionUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)