Class VCFDataLineException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VCFDataLineException
    extends VCFInputException
    Exception for when there is a problem reading in a data line of a VCF
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VCFDataLineException()
      Default constructor
      VCFDataLineException​(java.lang.String msg)
      Constructor that takes a message
      VCFDataLineException​(java.lang.String msg, java.lang.Throwable cause)
      Constructor that takes a message and another Throwable as the cause of this exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VCFDataLineException

        public VCFDataLineException()
        Default constructor
      • VCFDataLineException

        public VCFDataLineException​(java.lang.String msg)
        Constructor that takes a message
        Parameters:
        msg - The message
      • VCFDataLineException

        public VCFDataLineException​(java.lang.String msg,
                                    java.lang.Throwable cause)
        Constructor that takes a message and another Throwable as the cause of this exception.
        Parameters:
        msg - The message
        cause - The cause