Class IoStreamException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IoStreamException
    extends StreamExceptionBase
    Simple wrapper for IOExceptions; needed when StAX does not expose underlying I/O exceptions via its methods.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.xml.stream.XMLStreamException

        location, nested
    • Method Summary

      • Methods inherited from class javax.xml.stream.XMLStreamException

        getLocation, getNestedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IoStreamException

        public IoStreamException​(java.io.IOException ie)
      • IoStreamException

        public IoStreamException​(java.lang.String msg)