public class XMLStreamException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
protected Location |
location |
protected java.lang.Throwable |
nested |
Constructor and Description |
---|
XMLStreamException() |
XMLStreamException(java.lang.String msg) |
XMLStreamException(java.lang.String msg,
Location location) |
XMLStreamException(java.lang.String msg,
Location location,
java.lang.Throwable th) |
XMLStreamException(java.lang.String msg,
java.lang.Throwable th) |
XMLStreamException(java.lang.Throwable th) |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation() |
java.lang.Throwable |
getNestedException() |
protected java.lang.Throwable nested
protected Location location
public XMLStreamException()
public XMLStreamException(java.lang.String msg)
public XMLStreamException(java.lang.Throwable th)
public XMLStreamException(java.lang.String msg, java.lang.Throwable th)
public XMLStreamException(java.lang.String msg, Location location, java.lang.Throwable th)
public XMLStreamException(java.lang.String msg, Location location)
public java.lang.Throwable getNestedException()
public Location getLocation()
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.