Uses of Class
org.crosswire.jsword.passage.NoSuchKeyException

Packages that use NoSuchKeyException
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.readings An implementation of BookDriver and Dictionary that read provide access to readings planners. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
org.crosswire.jsword.examples Some examples of how to use the JSword API. 
org.crosswire.jsword.index Abstraction of an Index. 
org.crosswire.jsword.index.lucene An implemenation of SearchEngine using Lucene. 
org.crosswire.jsword.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
 

Uses of NoSuchKeyException in org.crosswire.bibledesktop.book
 

Methods in org.crosswire.bibledesktop.book with parameters of type NoSuchKeyException
private  void PassageSelectionPane.updateMessage(NoSuchKeyException ex)
          Write out an error message to the message label
 

Uses of NoSuchKeyException in org.crosswire.jsword.book.basic
 

Methods in org.crosswire.jsword.book.basic that throw NoSuchKeyException
 Key AbstractPassageBook.getKey(String text)
           
 

Uses of NoSuchKeyException in org.crosswire.jsword.book.readings
 

Methods in org.crosswire.jsword.book.readings that throw NoSuchKeyException
 Key ReadingsBook.getKey(String name)
           
 

Constructors in org.crosswire.jsword.book.readings that throw NoSuchKeyException
ReadingsKey(String text, String osisName, Key parent)
          Simple Constructor.
 

Uses of NoSuchKeyException in org.crosswire.jsword.book.sword
 

Methods in org.crosswire.jsword.book.sword that throw NoSuchKeyException
 Key SwordDictionary.getKey(String text)
           
 

Uses of NoSuchKeyException in org.crosswire.jsword.examples
 

Methods in org.crosswire.jsword.examples that throw NoSuchKeyException
 void BibleToOsis.dump(String name, String range)
           
 void APIExamples.export()
          An example of how to get the text of a book for export.
static void APIExamples.main(String[] args)
          Quick Demo
 void APIExamples.readPlainText()
          The source to this method is an example of how to read the plain text of a verse, and print it to stdout.
 void APIExamples.readStyledText()
          This method demonstrates how to get styled text (in this case HTML) from a verse, and print it to stdout.
 

Uses of NoSuchKeyException in org.crosswire.jsword.index
 

Methods in org.crosswire.jsword.index that throw NoSuchKeyException
 Key Index.getKey(String name)
          An index must be able to create KeyLists for users in a similar way to the Book that it is indexing.
 

Uses of NoSuchKeyException in org.crosswire.jsword.index.lucene
 

Methods in org.crosswire.jsword.index.lucene that throw NoSuchKeyException
 Key LuceneIndex.getKey(String name)
           
 

Uses of NoSuchKeyException in org.crosswire.jsword.passage
 

Subclasses of NoSuchKeyException in org.crosswire.jsword.passage
 class NoSuchVerseException
          When something tries to use a verse that we don't understand.
 

Methods in org.crosswire.jsword.passage that throw NoSuchKeyException
 Key KeyFactory.getKey(String name)
          Someone has typed in a reference to find, but we need a Key to actually look it up.
 Key PassageKeyFactory.getKey(String name)
           
 


Copyright ยจ 2003-2006