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
I have an java interface which is implemented in python, and I call the python function in a java program. I am trying to catch the exceptions that python code throw in my java program. I've tried the JavaException class, but makes no sense.
So, how can i get the python exception info in java?
The text was updated successfully, but these errors were encountered:
I have an java interface which is implemented in python, and I call the python function in a java program. I am trying to catch the exceptions that python code throw in my java program. I've tried the
JavaException
class, but makes no sense.So, how can i get the python exception info in java?
The text was updated successfully, but these errors were encountered: