Uses of Class
org.biojava.nbio.core.exceptions.ParserException
Packages that use ParserException
Package
Description
-
Uses of ParserException in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that throw ParserExceptionModifier and TypeMethodDescriptionvoidGenericGenbankHeaderParser.setAccession(String accession) The last accession passed to this routine will always be the one used.voidGenericGenbankHeaderParser.setComment(String comment) voidGenericGenbankHeaderParser.setDescription(String description) voidGenericGenbankHeaderParser.setIdentifier(String identifier) voidvoidGenericGenbankHeaderParser.setVersion(int version) The last accession passed to this routine will always be the one used. -
Uses of ParserException in org.biojava.nbio.core.sequence.io.util
Methods in org.biojava.nbio.core.sequence.io.util that throw ParserExceptionModifier and TypeMethodDescriptionIOUtils.getList(BufferedReader br) Returns the contents of a buffered reader as a list of stringsIOUtils.getList(InputStream is) Delegates toIOUtils.getList(BufferedReader)by wrapping the InputStream in a valid reader.static voidIOUtils.processReader(BufferedReader br, IOUtils.ReaderProcessor processor) Takes in a reader and a processor, reads every line from the given file and then invokes the processor. -
Uses of ParserException in org.biojava.nbio.core.sequence.location
Methods in org.biojava.nbio.core.sequence.location that throw ParserException