Class PipelineException

All Implemented Interfaces:
Serializable

public class PipelineException extends DatabaseUnitRuntimeException
Signals an error while processing a character through the CSV parsing pipeline.
Since:
2.2 (Sep 12, 2004)
Version:
$Revision$ $Date$
Author:
fede, Last changed by: $Author$
See Also:
  • Constructor Details

    • PipelineException

      public PipelineException(String message)
      Constructs a PipelineException with the specified detail message.
      Parameters:
      message - the detail message.