Uses of Class
org.gbif.api.exception.UnparsableException
-
Packages that use UnparsableException Package Description org.gbif.api.service.checklistbank -
-
Uses of UnparsableException in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank that throw UnparsableException Modifier and Type Method Description ParsedName
NameParser. parse(String scientificName)
Delegate method to parse a scientific name of unknown rank.ParsedName
NameParser. parse(String scientificName, Rank rank)
Fully parse the supplied name also trying to extract authorships, a conceptual sec reference, remarks or notes on the nomenclatural status.
-