Class InvalidPipelineException

All Implemented Interfaces:
Serializable

public class InvalidPipelineException extends DeltaXMLException
Used to indicate that the DXP File loaded by a DXPConfiguration is not valid.

This Exception is thrown when calling one of the generate methods on DXPConfiguration or when constructing a new DXPConfiguration

The Exception could be thrown for one the following reasons:

  • The DXP file does not define a comparator pipeline (the root element is not <comparatorPipeline>
  • The DXP file uses one of the XPath expression attributes (when or xpath) and is being used by DXPConfiguration rather than DXPConfiguration
See Also:
  • Constructor Details

    • InvalidPipelineException

      public InvalidPipelineException(String message)
      Creates a new InvalidPipelineException.
      Parameters:
      message - the exception message String