IE - An initialize exception in case initializing of the implementing
assembler failed.WP - The work piece which is being passed to the implementing
assembler and which is processed by the assembler.WPE - A work piece exception in case processing of the work piece
failed by one the implementing assembler.public interface Assembler<WP>
| Modifier and Type | Method and Description |
|---|---|
boolean |
doAssemble(WP aWorkPiece)
This method is invoked with a work as argument.
|
boolean doAssemble(WP aWorkPiece) throws WorkPieceException
aWorkPiece - The work piece which is to be processed by the
assembler.WorkPieceException - In case the assembler was not able to work
with the provided work piece, then an according work piece
exception is thrown.Copyright © 2015. All rights reserved.