Class XmlMergeException

All Implemented Interfaces:
Serializable

public class XmlMergeException extends XmlException
Thrown when two descriptor DOMs can't be merged correctly into a single DOM.
Author:
Sumer Jabri, Alfonso Vásquez
See Also:
  • Constructor Details

    • XmlMergeException

      public XmlMergeException()
    • XmlMergeException

      public XmlMergeException(String message, Throwable cause)
    • XmlMergeException

      public XmlMergeException(String message)
    • XmlMergeException

      public XmlMergeException(Throwable cause)