Uses of Class
org.biojava.nbio.core.exceptions.ParserException
-
Packages that use ParserException Package Description org.biojava.nbio.core.sequence.io org.biojava.nbio.core.sequence.io.util org.biojava.nbio.core.sequence.location -
-
Uses of ParserException in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that throw ParserException Modifier and Type Method Description voidGenericGenbankHeaderParser. 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)voidGenericGenbankHeaderParser. setName(String name)voidGenericGenbankHeaderParser. setVersion(int version) -
Uses of ParserException in org.biojava.nbio.core.sequence.io.util
Methods in org.biojava.nbio.core.sequence.io.util that throw ParserException Modifier and Type Method Description static List<String>IOUtils. getList(BufferedReader br)Returns the contents of a buffered reader as a list of stringsstatic List<String>IOUtils. 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 Modifier and Type Method Description LocationInsdcParser. parse(String locationString)Main method for parsing a location from a String instance
-