- All Implemented Interfaces:
- java.io.Serializable
public class PipelineErrorException
extends java.lang.Exception
This exception is thrown when Pipeline.insertImage() has been called after
an error occurred in one of the Processors in the Pipeline. It indicates
that the Pipeline may be in a bad or inconsistent state. You can resume
calling Pipeline.insertImage() only after calling Pipeline.clearErrors().
- See Also:
- Serialized Form