public class PipelineException extends PipelinedComparatorS9Exception
Indicates an error condition in the use of a Pipeline Object.
The specific error that has occurred will be detailed by the use of a subclass of this Exception.
| Modifier and Type | Method and Description |
|---|---|
PipelineIOIdentifier |
getPipelineId()
Returns the
PipelineIOIdentifier Object that identifies which Pipeline the Exception occurred in. |
getCause, getThrowablepublic PipelineIOIdentifier getPipelineId()
PipelineIOIdentifier Object that identifies which Pipeline the Exception occurred in.PipelineIOIdentifier Object if the Pipeline was part of a comparison or null if not