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() |
Throwable |
getNestedException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.