public class XMLStreamException extends Exception
The base exception for unexpected processing errors. This Exception class is used to report well-formedness errors as well as unexpected processing conditions.
protected Throwable nested
protected Location location
public XMLStreamException()
Default constructor
public XMLStreamException(String msg)
Construct an exception with the assocated message.
msg
- the message to reportpublic XMLStreamException(Throwable th)
Construct an exception with the assocated exception
th
- a nested exceptionpublic XMLStreamException(String msg, Throwable th)
Construct an exception with the assocated message and exception
th
- a nested exceptionmsg
- the message to reportpublic XMLStreamException(String msg, Location location, Throwable th)
Construct an exception with the assocated message, exception and location.
th
- a nested exceptionmsg
- the message to reportlocation
- the location of the errorpublic XMLStreamException(String msg, Location location)
Construct an exception with the assocated message, exception and location.
msg
- the message to reportlocation
- the location of the errorpublic Throwable getNestedException()
Gets the nested exception.
public Location getLocation()
Gets the location of the exception
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.