Class XmlException

All Implemented Interfaces:
Serializable

public class XmlException extends RuntimeException
Runtime version of XML exception.
See Also:
  • Field Details

  • Constructor Details

    • XmlException

      public XmlException(String message)
    • XmlException

      public XmlException(String message, Throwable cause)
    • XmlException

      public XmlException(Throwable cause)