Package picard

Class PicardException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnnotationException

public class PicardException extends RuntimeException
Basic Picard runtime exception that, for now, does nothing much
See Also:
  • Constructor Details

    • PicardException

      public PicardException(String message)
    • PicardException

      public PicardException(String message, Throwable throwable)