Package Exceptions
Class NotEnoughGenotypesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Exceptions.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
-
-
Constructor Summary
Constructors Constructor Description NotEnoughGenotypesException(int snp, int k)
Constructor.
-