Class XmlParseException

All Implemented Interfaces:
Serializable

public class XmlParseException extends XMLParser.ParseException
Type of exception thrown by methods in XmlFiles and DomUtils.
See Also:
  • Constructor Details

    • XmlParseException

      public XmlParseException(String xmlFile, String message, Exception cause)
      Reports a message from the given source file, with a message and causing exception.
      Parameters:
      xmlFile - Name/path of the file that was being parsed.
      message - Description of the error.
      cause - If not null, underlying error that caused this higher-level one to be thrown.