Interface ExceptionUtil.Block<R,E1 extends Exception,E2 extends Exception,E3 extends Exception>

Enclosing class:
ExceptionUtil

public static interface ExceptionUtil.Block<R,E1 extends Exception,E2 extends Exception,E3 extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
     
  • Method Details

    • run

      R run() throws E1, E2, E3
      Throws:
      E1
      E2
      E3