public class FilterProcessingRangeException extends FilterProcessingException
FilterProcessingSingleException,
Serialized Form| Constructor 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.
|
getLocationIdgetCause, getThrowablepublic 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