JPype exception types should inherit from Python exception
Currently, Exception
is not part of the java exceptions in jpype-stubs
. This prevents the usage of raise ... from ...
construct.
Currently, Exception
is not part of the java exceptions in jpype-stubs
. This prevents the usage of raise ... from ...
construct.