clears any exception currently being thrown, has no effect if there is no exception

Property definitions

jvm $ JniEnv :: exception_clear
	# clears any exception currently being thrown, has no effect if there is no exception
	fun exception_clear `{
		return (*self)->ExceptionClear(self);
	`}
lib/jvm/jvm.nit:402,2--405,3