return the exception if there is one in the process of being thrown, or NULL if no exception is currently being thrown

Property definitions

jvm $ JniEnv :: exception_occurred
	# return the exception if there is one in the process of being thrown, or NULL if no exception is currently being thrown
	fun exception_occurred: JavaObject `{
		return (*self)->ExceptionOccurred(self);
	`}
lib/jvm/jvm.nit:392,2--395,3