Package ro.sync.diff.factory
Class CannotHandleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.diff.factory.CannotHandleException
- All Implemented Interfaces:
Serializable
Thrown when an algorithm cannont handle the documents it is supposed to diff.
For example the XML Diff algorithms cannot handle not well formed documents.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotHandleException
Constructor.- Parameters:
message
- The message.systemId
- The system ID of the file that cannot be handled.
-
-
Method Details
-
getSystemId
- Returns:
- Returns the system ID of the file that cannot be handled.
Can be
null
in soome cases.
-