Class PipelineSerializationException

All Implemented Interfaces:
Serializable

public class PipelineSerializationException extends DeltaXMLException
Indicates a problem when saving or serializing the result of a comparison using PipelinedComparatorS9.
Since:
6.0
Author:
Nigel Whitaker
See Also:
  • Constructor Details

    • PipelineSerializationException

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