Klasse ExceptionUtil

java.lang.Object
org.teamapps.commons.util.ExceptionUtil

public class ExceptionUtil extends Object
  • Methodendetails

    • runWithSoftenedExceptions

      public static void runWithSoftenedExceptions(RunnableWithExceptions runnable)
    • runWithSoftenedExceptions

      public static <V> V runWithSoftenedExceptions(Callable<V> callable)
    • softenException

      public static <T extends RuntimeException> T softenException(Throwable e)
    • systemExitOnException

      public static void systemExitOnException(RunnableWithExceptions runnable, int exitCode)