Class WstxParsingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WstxEOFException, WstxUnexpectedCharException

public class WstxParsingException extends WstxException
Intermediate base class for reporting actual Wstx parsing problems.
See Also:
  • Constructor Details

    • WstxParsingException

      public WstxParsingException(String msg, Location loc)
    • WstxParsingException

      public WstxParsingException(String msg)