public class ParseException extends BioException
Constructor and Description |
---|
ParseException() |
ParseException(String message) |
ParseException(Throwable nested) |
ParseException(Throwable nested,
String message) |
Modifier and Type | Method and Description |
---|---|
static String |
newMessage(Class format,
String accession,
String identifier,
String comments,
String parseBlock)
Make a new error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException()
public ParseException(String message)
public ParseException(Throwable nested)
public ParseException(Throwable nested, String message)
public static String newMessage(Class format, String accession, String identifier, String comments, String parseBlock)
format
- the format object that was doing the parsingaccession
- the accession number of the record that failedidentifier
- the identifier of the sequence that failed (eg the GI number for genbank)comments
- any additional informationparseBlock
- the chunk of the file the parser was trying to parse when the error occuredCopyright © 2014 BioJava. All rights reserved.