Closed provegard closed 7 years ago
This seems to be because the JavaAdapter for the run function has a try-catch that converts a Throwable into a RuntimeException, which means that the point where an uncaught exception is thrown is inside that JavaAdapter, which is unknown to us.