public class XMLStreamIOException
extends java.io.IOException
IOException that wraps an XMLStreamException.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
XMLStreamIOException(javax.xml.stream.XMLStreamException cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.stream.XMLStreamException |
getXMLStreamException()
Get the wrapped
XMLStreamException. |
private static final long serialVersionUID