Class DiffException

All Implemented Interfaces:
Serializable

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class DiffException extends Exception
Exception thrown by the diff performer when a problem is encountered and the operation fails or if the operation was stopped.
See Also:
  • Constructor Details

    • DiffException

      public DiffException(String message)
      Parameters:
      message - The message of the exception.
    • DiffException

      public DiffException(String message, Exception cause)
      Parameters:
      message - The message of the exception.
      cause - The cause of exception.