Uses of Class
org.forester.io.parsers.util.PhylogenyParserException
-
Packages that use PhylogenyParserException Package Description org.forester.io.parsers org.forester.io.parsers.nexus org.forester.io.parsers.phyloxml org.forester.io.parsers.tol -
-
Uses of PhylogenyParserException in org.forester.io.parsers
Methods in org.forester.io.parsers that throw PhylogenyParserException Modifier and Type Method Description void
PhylogenyParser. setSource(java.lang.Object source)
-
Uses of PhylogenyParserException in org.forester.io.parsers.nexus
Methods in org.forester.io.parsers.nexus that throw PhylogenyParserException Modifier and Type Method Description void
NexusBinaryStatesMatrixParser. setSource(java.lang.Object nexus_source)
void
NexusCharactersParser. setSource(java.lang.Object nexus_source)
void
NexusPhylogeniesParser. setSource(java.lang.Object nexus_source)
void
PaupLogParser. setSource(java.lang.Object nexus_source)
-
Uses of PhylogenyParserException in org.forester.io.parsers.phyloxml
Methods in org.forester.io.parsers.phyloxml that throw PhylogenyParserException Modifier and Type Method Description boolean
XmlElement. getValueAsBoolean()
Phylogeny[]
PhyloXmlParser. parse()
-
Uses of PhylogenyParserException in org.forester.io.parsers.tol
Methods in org.forester.io.parsers.tol that throw PhylogenyParserException Modifier and Type Method Description Phylogeny[]
TolParser. parse()
-