Display full_message with a stack trace, then abort.

Property definitions

sax $ SAXParseException :: throw
	# Display `full_message` with a stack trace, then abort.
	fun throw do
		assert sax_parse: false else
			sys.stderr.write "{full_message}\n"
		end
	end
lib/sax/sax_parse_exception.nit:130,2--135,4