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, int lineNumber)
    • VcfFormatException

      public VcfFormatException(String msg, Throwable ex)
    • VcfFormatException

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

    • addMetadata

      public void addMetadata(int lineNumber, String section)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getLineNumber

      public int getLineNumber()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable