3.61. kink/javahost/JAVA_EXCEPTION¶
Handles Java exceptions or throwables.
3.61.1. JAVA_EXCEPTION.raise_throwable(Th)¶
Raises an exception made from the Java throwable object.
3.61.2. JAVA_EXCEPTION.traces_from_throwable(Th)¶
Extracts a vec of traces from the Java throwable object.
The vec is ordered from the oldest to the newest.