Class XmlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmlbeans.XmlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XPath.XPathCompileException, XPathGenerationException

public class XmlException
extends Exception
A checked exception that can be thrown while processing, parsing, or compiling XML. May contain any number of XmlError objects.

See Also:
XmlError, XmlRuntimeException, Serialized Form