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

Error Message/Exception Handling Refactoring #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SimonFedick
Copy link
Owner

SQL Exceptions thrown by the database are converted to IllegalArgumentExceptions so that the communication can pass the information to the frontend.
Many functions now throw IllegalArgumentExceptions instead of returning boolean values telling whether the operation was successful.

@SimonFedick SimonFedick linked an issue Oct 19, 2020 that may be closed by this pull request
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.

Refactor Exception Handling in Backend
2 participants