All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.broadinstitute.hellbender.utils.minimap2.MiniMap2Exception Maven / Gradle / Ivy

package org.broadinstitute.hellbender.utils.minimap2;

public class MiniMap2Exception extends RuntimeException {
    public MiniMap2Exception( final String message ) { super(message); }
    public MiniMap2Exception( final String message, final Exception cause ) { super(message, cause); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy