类 ExceptionCatcher

java.lang.Object
cn.sylinx.horm.util.ExceptionCatcher

public abstract class ExceptionCatcher extends Object
  • 构造器详细资料

    • ExceptionCatcher

      public ExceptionCatcher()
  • 方法详细资料

    • run

      public static void run(Runnable runnable)
    • call

      public static <T> T call(Callable<T> callable)