org.apache.tapestry5.plastic
Interface TryCatchCallback


public interface TryCatchCallback

A callback used with InstructionBuilder.startTryCatch(TryCatchCallback).


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

Method Detail

doBlock

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



Copyright © 2003-2012 The Apache Software Foundation.