Package org.craftercms.core.exception
Class XmlMergeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.craftercms.core.exception.CrafterException
-
- org.craftercms.core.exception.XmlException
-
- org.craftercms.core.exception.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlMergeException()XmlMergeException(String message)XmlMergeException(String message, Throwable cause)XmlMergeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-