Class XmlFileParseException

All Implemented Interfaces:
Serializable

public class XmlFileParseException extends XmlException
Thrown to indicate that an error occurred while parsing an XML file.
Author:
Sumer Jabri, Alfonso Vásquez
See Also:
  • Constructor Details

    • XmlFileParseException

      public XmlFileParseException()
    • XmlFileParseException

      public XmlFileParseException(String message, Throwable cause)
    • XmlFileParseException

      public XmlFileParseException(String message)
    • XmlFileParseException

      public XmlFileParseException(Throwable cause)