java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.itsallcode.openfasttrace.importer.xmlparser.XmlParserException
All Implemented Interfaces:
Serializable

public class XmlParserException extends RuntimeException
The XML parser throws this exception when there is an error while parsing XML.
See Also:
  • Constructor Details

    • XmlParserException

      public XmlParserException(String message, Throwable cause)
      Creates a new XmlParserException.
      Parameters:
      message - message for the exception.
      cause - cause for the exception.
    • XmlParserException

      public XmlParserException(String message)
      Creates a new XmlParserException.
      Parameters:
      message - message for the exception.