public class XMLStreamException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected Location |
location |
protected Throwable |
nested |
| Constructor and Description |
|---|
XMLStreamException() |
XMLStreamException(String msg) |
XMLStreamException(String msg,
Location location) |
XMLStreamException(String msg,
Location location,
Throwable th) |
XMLStreamException(String msg,
Throwable th) |
XMLStreamException(Throwable th) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation()
Returns the location of the exception.
|
Throwable |
getNestedException()
Returns the nested exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XMLStreamException()
public XMLStreamException(String msg)
public XMLStreamException(Throwable th)
public XMLStreamException(String msg, Throwable th)
public XMLStreamException(String msg, Location location, Throwable th)
public XMLStreamException(String msg, Location location)
public Throwable getNestedException()
public Location getLocation()