public class XMLStreamException
extends java.lang.Exception
| Modifier and Type | Field | Description |
|---|---|---|
protected Location |
location |
|
protected java.lang.Throwable |
nested |
| Constructor | Description |
|---|---|
XMLStreamException() |
|
XMLStreamException(java.lang.String msg) |
|
XMLStreamException(java.lang.String msg,
java.lang.Throwable th) |
|
XMLStreamException(java.lang.String msg,
Location location) |
|
XMLStreamException(java.lang.String msg,
Location location,
java.lang.Throwable th) |
|
XMLStreamException(java.lang.Throwable th) |
| Modifier and Type | Method | 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()