Class XmlRuntimeException

All Implemented Interfaces:
Serializable

public class XmlRuntimeException extends RuntimeException
The xml runtime exception.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • XmlRuntimeException

      public XmlRuntimeException(Throwable cause)
      Instantiates a new xml runtime exception.
      Parameters:
      cause - the cause
    • XmlRuntimeException

      public XmlRuntimeException(String message, Throwable cause)
      Instantiates a new xml runtime exception.
      Parameters:
      message - the message
      cause - the cause