Package Exceptions

Class NotEnoughGenotypesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotEnoughGenotypesException
    extends java.lang.Exception
    Exception for when there aren't enough genotypes at a SNP to impute.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotEnoughGenotypesException

        public NotEnoughGenotypesException​(int snp,
                                           int k)
        Constructor.
        Parameters:
        snp - The SNP that has the problem.
        k - The number of genotypes needed