Package com.oracle.truffle.api.debug
Class DebugException.CatchLocation
java.lang.Object
com.oracle.truffle.api.debug.DebugException.CatchLocation
- Enclosing class:
DebugException
Represents an exception catch location. It provides a stack frame and a source section where
the exception is going to be caught.
- Since:
- 19.0
-
Method Summary
-
Method Details
-
getSourceSection
- Returns:
- a source section, or
null
if the catch source section is not known. - Since:
- 19.0
-
getFrame
- Returns:
- a frame in which the exception is going to be caught.
- Since:
- 19.0
-