public abstract class ExceptionCatcher extends Object
ExceptionCatcher()
static <T> T
call(Callable<T> callable)
static void
run(Runnable runnable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionCatcher()
public static void run(Runnable runnable)
public static <T> T call(Callable<T> callable)
Copyright © 2023. All rights reserved.