Class XmlException

All Implemented Interfaces:
Serializable

public class XmlException extends RuntimeException
Exception from the XML code.
Since:
1.0
Version:
2023-03-01
See Also:
  • Constructor Details

    • XmlException

      public XmlException(String message)
      Creates an exception with a detailed message.
      Parameters:
      message - the message
    • XmlException

      public XmlException(String message, Throwable cause)
      Creates an exception with a detailed message and root exception.
      Parameters:
      message - the message
      cause - the root cause
    • XmlException

      public XmlException(Throwable cause)
      Creates an exception with a root exception.
      Parameters:
      cause - the root cause