Class ExceptionHandler

java.lang.Object
com.oracle.truffle.api.bytecode.ExceptionHandler

public abstract class ExceptionHandler extends Object
Introspection class modeling the meta-information of an exception handler in a bytecode interpreter. An exception handler stores information for bytecode index ranges that determine how an exception should be handled at a particular location.

Note: Introspection classes are intended to be used for debugging purposes only. These APIs may change in the future.

Since:
24.2
See Also: