public class FilterProcessingRangeException extends FilterProcessingException
FilterProcessingSingleException
,
Serialized FormConstructor and Description |
---|
FilterProcessingRangeException(java.lang.String message,
java.lang.Throwable t,
PipelineIOIdentifier locationIdentifier,
int startPosition,
int endPosition)
Creates a new range exception.
|
Modifier and Type | Method and Description |
---|---|
int |
getEndPosition()
Provides the end position for the filter(s) causing the problem.
|
int |
getStartPosition()
Provides the starting position for the filter(s) causing the problem.
|
getLocationId
getCause, getThrowable
public FilterProcessingRangeException(java.lang.String message, java.lang.Throwable t, PipelineIOIdentifier locationIdentifier, int startPosition, int endPosition)
message
- the error messaget
- a nested causelocationIdentifier
- specifies the filter chainstartPosition
- the start of the possible error positionendPosition
- the end of the possible error filters