public static final class Xml.Exception
extends java.lang.RuntimeException
Xml
may be filtered from other runtime exceptions such
as NullPointerException
if desired. In the majority of
cases, an exception will mean that the game cannot proceed,
which is why this is a runtime exception so that it percolates
up to the Thread.run()
method of the invoking thread or
other controlling loop without the need for every other method
on the way to declare "throws" clauses.Constructor and Description |
---|
Exception(java.lang.Throwable cause) |