Package VCF.Exceptions
Class VCFMissingFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- VCF.Exceptions.VCFException
-
- VCF.Exceptions.VCFDataException
-
- VCF.Exceptions.VCFMissingFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class VCFMissingFormatException extends VCFDataException
Exception for when the vcf is missing a required format- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VCFMissingFormatException()
Default constructorVCFMissingFormatException(java.lang.String msg)
Constructor that takes a message
-