Class ExceptionUtil

java.lang.Object
es.urjc.etsii.grafo.util.ExceptionUtil

public class ExceptionUtil extends Object
  • Field Details

    • filterTerms

      public static String[] filterTerms
  • Constructor Details

    • ExceptionUtil

      public ExceptionUtil()
  • Method Details

    • getRootCause

      public static Throwable getRootCause(Throwable e)
      Get the root cause of an exception
      Parameters:
      e - exception to investigate
      Returns:
      root cause
    • filteredStacktrace

      public static String filteredStacktrace(Throwable e)