You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Such exceptions signify interpreter crash and shouldn't be handed over
to the program, as it might suppress them. There's a internal setting
`CatchAllExceptions` which allows the Python code to catch Java
exceptions. When this setting is on, Java exceptions get wrapped in
Python exceptions and re-raised, thus the finally handlers are executed
as well.
0 commit comments