Class WstxIOException

All Implemented Interfaces:
Serializable

public class WstxIOException extends WstxException
Simple wrapper for IOExceptions; needed when StAX does not expose underlying I/O exceptions via its methods.
See Also:
  • Constructor Details

    • WstxIOException

      public WstxIOException(IOException ie)
    • WstxIOException

      public WstxIOException(String msg)