Class ProcessingExceptionNoopBuilder

java.lang.Object
church.i18n.processing.exception.ProcessingExceptionNoopBuilder
All Implemented Interfaces:
GenericBuilder<Optional<ProcessingException>>, ProcessingExceptionBuilder, ProcessingExceptionIntermediate<ProcessingExceptionBuilder>, ProcessingMessageBuilderMethods<ProcessingExceptionBuilder>

public class ProcessingExceptionNoopBuilder extends Object implements ProcessingMessageBuilderMethods<ProcessingExceptionBuilder>, ProcessingExceptionBuilder
No operation builder. This instance is used to reduce the number of operations used during building. In the case validation condition fails, the building of an exception is not needed any more. In this case we can skip all following building operations.