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.install An abstraction of an installer. 
org.crosswire.jsword.book.install.sword An implementaiion of an installer that can handle Sword Books (Modules). 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
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.
 

Methods in org.crosswire.common.util that throw LucidException
 void WebResource.copy(URI dest)
          Copy this WebResource to the destination.
 void WebResource.copy(URI dest, Progress meter)
          Copy this WebResource to the destination and report progress.
 

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.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.book.install.sword
 

Methods in org.crosswire.jsword.book.install.sword that throw LucidException
private  void HttpSwordInstaller.copy(Progress job, URI uri, URI dest)
           
 

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

Subclasses of LucidException in org.crosswire.jsword.book.sword
 class MissingDataFilesException
          Indicates that the files are missing, and therefore this book should be excluded
 

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-2011