Fido Alpha 3.2

Uses of Class
fido.db.WordNotFoundException

Packages that use WordNotFoundException
fido.db Classes that are a proxy to the database tables that comprise the system. 
 

Uses of WordNotFoundException in fido.db
 

Methods in fido.db that throw WordNotFoundException
 void DictionaryTable.modify(java.lang.String word, int row, java.lang.String grammarString, int objectId)
          Replaces a word sense of a word specified by the row number.
 int DictionaryTable.hashCode(java.lang.String word, java.lang.String row)
          Creates a hash value for a given row.
 


Fido Alpha 3.2