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

Improve Error Handling for tt-steps (#138) #145

Merged
merged 4 commits into from
Jun 18, 2024

Conversation

MarioFuchsTT
Copy link
Collaborator

Resolves #138

@MarioFuchsTT MarioFuchsTT self-assigned this May 31, 2024
Copy link
Contributor

@MartinGroscheTT MartinGroscheTT left a comment

Choose a reason for hiding this comment

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

  • do we need to adapt this line as well
  • getExeFileOnNode still throws an IllegalArgumentException -> please check all classes for adaption needed
  • no tests found for those code changes

- revert throw declarations
- convert e messages to AbortExceptions
- enhance hint messages
- extend tests
@MarioFuchsTT
Copy link
Collaborator Author

  • do we need to adapt this line as well

For those, exceptions are now caught and converted to an AbortException, along with their messages.

  • getExeFileOnNode still throws an IllegalArgumentException -> please check all classes for adaption needed

This will now be handled within the catch block of its calling method.

@MartinGroscheTT MartinGroscheTT added the feature New feature request label Jun 17, 2024
@MarioFuchsTT MarioFuchsTT merged commit 2cc0fa9 into main Jun 18, 2024
16 checks passed
@MarioFuchsTT MarioFuchsTT deleted the i138_improve-error-handling-for-tt-steps branch June 18, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Error Handling for tt-steps
2 participants