Class ParserException

  • All Implemented Interfaces:
    Serializable

    public class ParserException
    extends Exception
    Exception thrown when an error occurs in document parsing. It may optionally include the following fields:
       Locator (file name, URL, etc.)
       Line number (negative for unknown)
       The text of the actual offending line (Null if unknown)
       Character offset (negative for unknown)
     
    Author:
    Matthew Pocock, Greg Cox
    See Also:
    Serialized Form