Package Exceptions
Class DataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Exceptions.DataException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidGenotypeException
,RepeatedSampleException
,RepeatedSNPException
,WrongNumberOfSNPsException
public class DataException extends java.lang.Exception
Over arching exception for data related problems- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataException(java.lang.String msg)
Constructs an instance ofDataException
with the specified detail message.
-