Interface TryCatchBlock

All Known Implementing Classes:
TryCatchBlockImpl

public interface TryCatchBlock
Allows a portion of a method to be marked so that exception and finally handlers can be provided.
See Also: