Comment on Pyjnius: Accessing Java classes from PythonComments−koenigdavidmj14yHow does it handle the two types of exception?−txprogOP14yWhen an exception from Java side is throw, we catch it, and raise our own JavaException python class.
Comments
How does it handle the two types of exception?
When an exception from Java side is throw, we catch it, and raise our own JavaException python class.