Skip to content

Conversation

tnleeuw
Copy link
Contributor

@tnleeuw tnleeuw commented Jun 17, 2025

No description provided.

@tnleeuw tnleeuw self-assigned this Jun 17, 2025
*/
public class PipeRunException extends IbisException {

private @Getter IPipe pipeInError = null;
private final @Getter IPipe pipeInError;
private final @Getter Map<String, Object> parameters;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Het ziet er goed uit volgens mij, ik zie veel mogelijkheden. Wel vraag ik mij af of het verstanding is om een Object mee te geven in plaats van een String?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

De map ParameterValueList#getValueMap() heeft als type-signature Map<String, Object>. Vandaar dat deze dat ook heeft.

@tnleeuw tnleeuw marked this pull request as ready for review June 18, 2025 14:32
@tnleeuw tnleeuw requested review from evandongen and nielsm5 June 18, 2025 14:32
</EchoPipe>

<ExceptionPipe name="result-count=0" copyParametersToSession="true">
<Param name="errorCode" value="-1"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NumberParam :D

@tnleeuw tnleeuw requested a review from evandongen June 20, 2025 17:10
Copy link

@nielsm5 nielsm5 enabled auto-merge (squash) June 23, 2025 09:59
@nielsm5 nielsm5 merged commit baae2f4 into master Jun 23, 2025
32 checks passed
@nielsm5 nielsm5 deleted the feature/9162_ParametersForExceptionPipe branch June 23, 2025 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow parameters on ExceptionPipe to parameterize values passed to ErrorMessageFormatter
3 participants