public class XMLStreamIOException extends IOException
IOException
that wraps an XMLStreamException
.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 . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLStreamIOException(javax.xml.stream.XMLStreamException cause)
cause
- the XMLStreamException
to wrappublic javax.xml.stream.XMLStreamException getXMLStreamException()
XMLStreamException
.Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.