Class XmlException

All Implemented Interfaces:
Serializable

public class XmlException extends RuntimeException
Runtime exception for XML-related issues.
See Also:
  • Constructor Details

    • XmlException

      public XmlException()
    • XmlException

      public XmlException(String message)
    • XmlException

      public XmlException(Throwable cause)
    • XmlException

      public XmlException(String message, Throwable cause)