Uses of Class
org.crosswire.common.util.LucidException

Packages that use LucidException
org.crosswire.common.config Config allows an application to separate the responsibilities of setting itself up, and providing a user interface from the real work that it needs to do. 
org.crosswire.common.util A collection of various generic utility classes. 
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.filter This data package manages the filtering of book data returned by the various books. 
org.crosswire.jsword.book.install An abstraction of an installer. 
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 LucidException in org.crosswire.common.config
 

Subclasses of LucidException in org.crosswire.common.config
 class ConfigException
          Something went wrong while setting config options.
 class StartupException
          Something in the startup config files failed to start properly.
 

Uses of LucidException in org.crosswire.common.util
 

Methods in org.crosswire.common.util with parameters of type LucidException
static void Reporter.informUser(Object source, LucidException prob)
          Something has gone wrong.
 

Uses of LucidException in org.crosswire.jsword.book
 

Subclasses of LucidException in org.crosswire.jsword.book
 class BookException
          Something went wrong with a Book.
 

Uses of LucidException in org.crosswire.jsword.book.filter
 

Subclasses of LucidException in org.crosswire.jsword.book.filter
 class FilterException
          Something went wrong with a Book.
 

Uses of LucidException in org.crosswire.jsword.book.install
 

Subclasses of LucidException in org.crosswire.jsword.book.install
 class InstallException
          Something went wrong with a Book.
 

Uses of LucidException in org.crosswire.jsword.passage
 

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


Copyright ? 2003-2004