Class CannotHandleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.diff.factory.CannotHandleException
All Implemented Interfaces:
Serializable

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class CannotHandleException extends 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:
  • Constructor Details

    • CannotHandleException

      public CannotHandleException(String message, String systemId)
      Constructor.
      Parameters:
      message - The message.
      systemId - The system ID of the file that cannot be handled.
  • Method Details

    • getSystemId

      public String getSystemId()
      Returns:
      Returns the system ID of the file that cannot be handled. Can be null in soome cases.