Class XmlRuntimeException

All Implemented Interfaces:
Serializable

public class XmlRuntimeException extends RuntimeException
Runtime wrapper exception for XML processing errors.
See Also:
  • Constructor Details

    • XmlRuntimeException

      public XmlRuntimeException(String message)
      Create instance with given message.
      Parameters:
      message - the message
    • XmlRuntimeException

      public XmlRuntimeException(String message, Throwable cause)
      Create instance with given message and cause.
      Parameters:
      message - the message
      cause - the cause
    • XmlRuntimeException

      public XmlRuntimeException(Throwable cause)
      Create instance with given cause.
      Parameters:
      cause - the cause