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, toString
public XMLStreamIOException(XMLStreamException cause)
cause
- the XMLStreamException
to wrappublic XMLStreamException getXMLStreamException()
XMLStreamException
.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.