Java org.apache.commons.pipeline.driver FaultTolerance fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.pipeline.driver FaultTolerance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.pipeline.driver FaultTolerance.

The text is from its open source code.

Field

FaultToleranceCHECKED
org.apache.commons.pipeline.StageException StageException s thrown by the org.apache.commons.pipeline.Stage#process(Object) method will not interrupt queue processing, but will simply be logged with a severity of ERROR.