Class AnnotationException

  • All Implemented Interfaces:
    Serializable

    public class AnnotationException
    extends PicardException
    Exception thrown when loading gene annotations. It is expected that there will be inconsistencies in annotation files, such that these exceptions may be reported but not cause program termination.
    See Also:
    Serialized Form
    • Constructor Detail

      • AnnotationException

        public AnnotationException​(String message)
      • AnnotationException

        public AnnotationException​(String message,
                                   Throwable throwable)