Class WstxEOFException

  • All Implemented Interfaces:
    Serializable

    public class WstxEOFException
    extends WstxParsingException
    Exception thrown during parsing, if an unexpected EOF is encountered. Location usually signals starting position of current Node.
    See Also:
    Serialized Form
    • Constructor Detail

      • WstxEOFException

        public WstxEOFException​(String msg,
                                Location loc)