Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Exception Handler to Wave #142

Closed
sbordes opened this issue Feb 24, 2015 · 1 comment
Closed

Add Exception Handler to Wave #142

sbordes opened this issue Feb 24, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@sbordes
Copy link
Member

sbordes commented Feb 24, 2015

WaveType DO_SOMETHING = Builders.waveType("SOMETHING").onError("ERROR_WAVE"); // Send a wave when an exception occure
WaveType DO_SOMETHING = Builders.waveType("SOMETHING").onError(SomeDummyException.class, "SPECIFIC_ERROR_WAVE"); // Send a wave when an certain kind of exception occure

@sbordes sbordes self-assigned this Feb 24, 2015
@sbordes sbordes added this to the 8.0.1 milestone Feb 24, 2015
@sbordes sbordes closed this as completed Feb 25, 2015
@sbordes
Copy link
Member Author

sbordes commented Feb 25, 2015

Done only for ServiceTask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant