javax.xml.stream
public class XMLStreamException extends Exception
Field Summary | |
---|---|
protected Location | location |
protected Throwable | nested |
Constructor Summary | |
---|---|
XMLStreamException() | |
XMLStreamException(String msg) | |
XMLStreamException(Throwable th) | |
XMLStreamException(String msg, Throwable th) | |
XMLStreamException(String msg, Location location, Throwable th) | |
XMLStreamException(String msg, Location location) |
Method Summary | |
---|---|
Location | getLocation()
Returns the location of the exception. |
Throwable | getNestedException()
Returns the nested exception. |