prints an exception and backtrace to error channel

Property definitions

jvm $ JniEnv :: exception_describe
	# prints an exception and backtrace to error channel
	fun exception_describe `{
		return (*self)->ExceptionDescribe(self);
	`}
lib/jvm/jvm.nit:397,2--400,3