Class VcfFormatException

All Implemented Interfaces:
Serializable

public class VcfFormatException extends RuntimeException
This exception indicates a VCF format error was found while parsing the VCF file.
See Also:
  • Constructor Details

    • VcfFormatException

      public VcfFormatException(String msg)
    • VcfFormatException

      public VcfFormatException(String msg, Throwable ex)
    • VcfFormatException

      public VcfFormatException(int lineNumber, String section, Throwable ex)
  • Method Details