org.apache.axiom.util.stax
Class XMLStreamIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.axiom.util.stax.XMLStreamIOException
- All Implemented Interfaces:
- Serializable
public class XMLStreamIOException
- extends IOException
IOException
that wraps an XMLStreamException
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMLStreamIOException
public XMLStreamIOException(XMLStreamException cause)
- Constructor.
- Parameters:
cause
- the XMLStreamException
to wrap
getXMLStreamException
public XMLStreamException getXMLStreamException()
- Get the wrapped
XMLStreamException
.
- Returns:
- the wrapped exception
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.