public class DuplicatePathInIncrementalInputException
extends java.lang.RuntimeException
x,
then this exception is thrown.
This is different from the case where a file with the same relative path exists in different
inputs. That is not an error and is handled by the merger, although some implementations of
IncrementalFileMergerOutput may reject this (for example,
StreamMergeAlgorithms.acceptOnlyOne().
| Constructor and Description |
|---|
DuplicatePathInIncrementalInputException(java.lang.String description)
Creates a new exception.
|