java.io.Serializable
public class VCFHeaderLineException extends VCFInputException
Constructor | Description |
---|---|
VCFHeaderLineException() |
Default constructor
|
VCFHeaderLineException(java.lang.String msg) |
Constructor that takes a message
|
VCFHeaderLineException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor that takes a message and another Throwable as the cause of
this exception.
|
public VCFHeaderLineException()
public VCFHeaderLineException(java.lang.String msg)
msg
- The messagepublic VCFHeaderLineException(java.lang.String msg, java.lang.Throwable cause)
msg
- The messagecause
- The cause