Package org.apache.tapestry5.plastic
Interface TryCatchCallback
- 
public interface TryCatchCallback
A callback used withInstructionBuilder.startTryCatch(TryCatchCallback). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoBlock(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. 
 - 
 
 -