Package org.apache.tapestry5.plastic
Interface TryCatchCallback
public interface TryCatchCallback
A callback used with
InstructionBuilder.startTryCatch(TryCatchCallback)
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
doBlock
(TryCatchBlock block) Invoked by the block to allow exception and finally handlers to be added.
-
Method Details
-
doBlock
Invoked by the block to allow exception and finally handlers to be added.
-