Class VCFUnexpectedDataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VCFUnexpectedDataException
    extends VCFDataException
    Exception for when there is unexpected data for a given format
    See Also:
    Serialized Form
    • 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

      • VCFUnexpectedDataException

        public VCFUnexpectedDataException()
        Default constructor
      • VCFUnexpectedDataException

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

        public VCFUnexpectedDataException​(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