Check for pending exception without creating a local reference to the exception object

Property definitions

jvm $ JniEnv :: exception_check
	# Check for pending exception without creating a local reference to the exception object
	fun exception_check: Bool `{
		return (*self)->ExceptionCheck(self);
	`}
lib/jvm/jvm.nit:382,2--385,3