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 3 years ago • 0 comments

… runtime)

In the cram code the code throws an IllegalArgumentException when asked about the bases when a reference was not provided. This PR changes it to a CRAMException to be more informative and consistent.

yfarjoun avatar Jul 25 '21 20:07 yfarjoun