Class ComparisonException

All Implemented Interfaces:
Serializable

public class ComparisonException extends DeltaXMLException

Indicates a problem during the comparison stage of the pipeline.

Author:
Nigel Whitaker
See Also:
  • Constructor Details

    • ComparisonException

      public ComparisonException(String message, Throwable t)
      Creates a new ComparisonException.
      Parameters:
      message - The exception message String
      t - A nested throwable should it have lead to or caused this exception