Module java.base

Interface ExceptionCatch

All Superinterfaces:
ClassFileElementPREVIEW, CodeElementPREVIEW, PseudoInstructionPREVIEW

public sealed interface ExceptionCatch extends PseudoInstructionPREVIEW
ExceptionCatch is a preview API of the Java platform.
Programs can only use ExceptionCatch when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
A pseudo-instruction modeling an entry in the exception table of a code attribute. Entries in the exception table model catch and finally blocks. Delivered as a CodeElementPREVIEW when traversing the contents of a CodeModelPREVIEW.
Since:
22
See Also: