Package org.pharmgkb.parser.vcf
Class VcfFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pharmgkb.parser.vcf.VcfFormatException
- All Implemented Interfaces:
Serializable
This exception indicates a VCF format error was found while parsing the VCF file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVcfFormatException(int lineNumber, String section, Throwable ex) VcfFormatException(String msg) VcfFormatException(String msg, Throwable ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
VcfFormatException
-
VcfFormatException
-
VcfFormatException
-
-
Method Details
-
addMetadata
-
getMessage
- Overrides:
getMessagein classThrowable
-
toString
-