com.ctc.wstx.exc
Class WstxIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.stream.XMLStreamException
              extended bycom.ctc.wstx.exc.WstxException
                  extended bycom.ctc.wstx.exc.WstxIOException
All Implemented Interfaces:
java.io.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:
Serialized Form

Field Summary
 
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested
 
Constructor Summary
WstxIOException(java.io.IOException ie)
           
WstxIOException(java.lang.String msg)
           
 
Methods inherited from class com.ctc.wstx.exc.WstxException
getLocationDesc, getMessage, toString
 
Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WstxIOException

public WstxIOException(java.io.IOException ie)

WstxIOException

public WstxIOException(java.lang.String msg)