Interface TryCatchCallback


public interface TryCatchCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked by the block to allow exception and finally handlers to be added.
  • Method Details

    • doBlock

      void doBlock(TryCatchBlock block)
      Invoked by the block to allow exception and finally handlers to be added.