EntitiesDescriptorAssembler stage's ItemOrderingStrategy.order should allow StageProcessingException
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
It should be possible for an item ordering strategy to refuse to process the items passed if, for example, they are in some way invalid for the purposes of the strategy. At the moment the signature of the order method in the nested ItemOrderingStrategy interface does not allow for this. It should be changed to include the possibility to throw StageProcessingException.
It should be possible for an item ordering strategy to refuse to process the items passed if, for example, they are in some way invalid for the purposes of the strategy. At the moment the signature of the
order
method in the nestedItemOrderingStrategy
interface does not allow for this. It should be changed to include the possibility to throwStageProcessingException
.