public class SequnceFormatException extends BioLockJException
RETURN
Constructor and Description |
---|
SequnceFormatException(File seqFile,
String msg)
Create standard error to throw for fasta/fastq sequence file parsing errors.
|
SequnceFormatException(String msg)
Create standard error to throw for fasta/fastq sequence file parsing errors.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SequnceFormatException(File seqFile, String msg)
seqFile
- fasta/fastq sequence file (possibly compressed)msg
- Exception message detailspublic SequnceFormatException(String msg)
msg
- Exception message details