Package Exceptions
Class WrongNumberOfSNPsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Exceptions.DataException
-
- Exceptions.WrongNumberOfSNPsException
-
- All Implemented Interfaces:
java.io.Serializable
public class WrongNumberOfSNPsException extends DataException
Exception to be thrown if a sample has the wrong number of SNPs- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongNumberOfSNPsException(int i)
Constructor for use when the sample name is not knownWrongNumberOfSNPsException(java.lang.String s)
Constructor for use when the sample name is known
-
-
-
Constructor Detail
-
WrongNumberOfSNPsException
public WrongNumberOfSNPsException(java.lang.String s)
Constructor for use when the sample name is known- Parameters:
s
- The name of the sample with the wrong number of SNPs
-
WrongNumberOfSNPsException
public WrongNumberOfSNPsException(int i)
Constructor for use when the sample name is not known- Parameters:
i
- The line of the file corresponding to the sample with the wrong number of SNPs
-
-