com.ctc.wstx.exc
Class WstxParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.stream.XMLStreamException
              extended by com.ctc.wstx.exc.WstxException
                  extended by com.ctc.wstx.exc.WstxParsingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WstxEOFException, WstxUnexpectedCharException

public class WstxParsingException
extends WstxException

Intermediate base class for reporting actual Wstx parsing problems.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested
 
Constructor Summary
WstxParsingException(java.lang.String msg, javax.xml.stream.Location loc)
           
 
Method Summary
 
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

WstxParsingException

public WstxParsingException(java.lang.String msg,
                            javax.xml.stream.Location loc)