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