Package ro.sync.diff.factory
Class CannotHandleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ro.sync.diff.factory.CannotHandleException
-
- All Implemented Interfaces:
java.io.Serializable
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class CannotHandleException extends java.lang.Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotHandleException(java.lang.String message, java.lang.String systemId)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSystemId()
-