Uses of Class
ca.phon.ipadictionary.exceptions.IPADictionaryExecption
Package
Description
-
Uses of IPADictionaryExecption in ca.phon.ipadictionary
Modifier and TypeMethodDescriptionvoid
Add an entry to this dictionary (optional)IPADictionary.keyIterator()
Return an iterator for the keys in this dictionary.String[]
IPADictionary.prefixSearch
(String prefix) Return all keys which start with the given prefix.void
IPADictionary.removeEntry
(String orthography, String ipa) Remove an entry from this dictionary. -
Uses of IPADictionaryExecption in ca.phon.ipadictionary.exceptions
Modifier and TypeClassDescriptionclass
Exceptions thrown when problems are encountered with the dictionary backing storage (e.g., I/O Errors.)class
Exception thrown when a requested capability is not implemented in the dictionary object.class
Exception thrown duringIPADictionary.addEntry(String, String)
when a duplicate entry was specified. -
Uses of IPADictionaryExecption in ca.phon.ipadictionary.impl
-
Uses of IPADictionaryExecption in ca.phon.ipadictionary.spi
Modifier and TypeMethodDescriptionvoid
Add a new entry to the ipa dictionaryvoid
ClearEntries.clear()
String[]
Lookup IPA transcriptions for a given orthographic string.void
RemoveEntry.removeEntry
(String orthography, String ipa) Remove the specified entry from the dictionary.