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 Location location
protected java.lang.Throwable nested
public XMLStreamException()
public XMLStreamException(java.lang.String msg)
public XMLStreamException(java.lang.String msg, Location location)
public XMLStreamException(java.lang.String msg, Location location, java.lang.Throwable th)
public XMLStreamException(java.lang.String msg, java.lang.Throwable th)
public XMLStreamException(java.lang.Throwable th)
public Location getLocation()
public java.lang.Throwable getNestedException()