Uses of Class
jmrc.QueryException

Uses of QueryException in jmrc
 

Subclasses of QueryException in jmrc
 class EntryNotFoundException
          Exception returned when a queried word, part-of-speech and field isn't in the database.
 class UndefinedValueException
          Exception occuring when a query returns an undefined value, i.e.
 

Methods in jmrc that throw QueryException
 int LexicalDatabase.getValue(java.lang.String word, Field field)
          Returns an integer feature value from the database for any random PoS of the input word.
 int MRCDatabase.getValue(java.lang.String word, MRCPoS pos, Field field)
          Returns an integer feature value from the database.
 int LexicalDatabase.getValue(java.lang.String word, PoS pos, Field field)
          Returns an integer feature value from the database.
 int LexicalDatabase.getValue(java.lang.String word, PoS pos, java.lang.String field)
          Returns an integer feature value from the database.
 int LexicalDatabase.getValue(java.lang.String word, java.lang.String field)
          Returns an integer feature value from the database for any random PoS of the input word.
 int MRCDatabase.getValue(java.lang.String word, java.lang.String pos, Field field)
          Returns an integer feature value from the database.