Package com.deltaxml.mergecommon
Class DoctypeChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.mergecommon.DoctypeChangeException
- All Implemented Interfaces:
Serializable
Indicates that inputs have different Doctype statements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DoctypeChangeException
public DoctypeChangeException()Creates a new DoctypeChangeException.
-