htsjdk icon indicating copy to clipboard operation
htsjdk copied to clipboard

convert Runtime exceptions in the CRAM code into CRAMExceptions (also…

Open yfarjoun opened this issue 4 years ago • 0 comments

… runtime)

(sorry again about the push to master)

Description

Please explain the changes you made here. Explain the motivation for making this change. What existing problem does the pull request solve?

Things to think about before submitting:

  • [ ] Make sure your changes compile and new tests pass locally.
  • [ ] Add new tests or update existing ones:
    • A bug fix should include a test that previously would have failed and passes now.
    • New features should come with new tests that exercise and validate the new functionality.
  • [ ] Extended the README / documentation, if necessary
  • [ ] Check your code style.
  • [ ] Write a clear commit title and message
    • The commit message should describe what changed and is targeted at htsjdk developers
    • Breaking changes should be mentioned in the commit message.

yfarjoun avatar Dec 23 '20 20:12 yfarjoun