-
Notifications
You must be signed in to change notification settings - Fork 0
Harmonize exceptions handling #170
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
Conversation
…dComputationRestResponseEntityExceptionHandler
| @@ -0,0 +1,22 @@ | |||
| package org.gridsuite.shortcircuit.server.error; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright
| * @author Hugo Marcellin <hugo.marcelin at rte-france.com> | ||
| */ | ||
|
|
||
| public class ShortcircuitBusinessErrorCodeTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sonar issue, you can remove public
|



PR Summary
Adopts standardized error handling with ShortcircuitExceptionHandler, ComputationExceptionHandler and BaseExceptionHandler, adds enum for business errors.