public class XMLStreamIOException extends IOException
IOException that wraps an XMLStreamException.| Constructor and Description |
|---|
XMLStreamIOException(XMLStreamException cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XMLStreamException |
getXMLStreamException()
Get the wrapped
XMLStreamException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XMLStreamIOException(XMLStreamException cause)
cause - the XMLStreamException to wrappublic XMLStreamException getXMLStreamException()
XMLStreamException.Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.