Package com.deltaxml.mergecommon
Class DoctypeMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.mergecommon.DoctypeMissingException
- 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
-
DoctypeMissingException
public DoctypeMissingException()Creates a new DoctypeChangeException.
-