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

Unify parsing exceptions and hide implementation details #74

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

mtf90
Copy link
Member

@mtf90 mtf90 commented Feb 9, 2024

This PR removes any public references to the generated ParserExceptions of the JavaCC grammars and instead uses our in-house FormatException. Furthermore, the FormatException is now a checked exception because according to the official guidelines, we can reasonably expect our clients to recover from a malformed input.

@mtf90 mtf90 marked this pull request as ready for review February 9, 2024 18:23
@mtf90 mtf90 merged commit df9be8c into LearnLib:develop Feb 9, 2024
14 checks passed
@mtf90 mtf90 deleted the formatException branch February 9, 2024 18:23
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.

1 participant