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

Packages that use MsgBase
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 MsgBase in org.crosswire.common.config
 

Subclasses of MsgBase in org.crosswire.common.config
 class Msg
          Compile safe Msg resource settings.
 

Constructors in org.crosswire.common.config with parameters of type MsgBase
ConfigException(MsgBase msg)
          Construct the Exception with a message
ConfigException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some Msg params
ConfigException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
ConfigException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some Msg params
StartupException(MsgBase msg)
          Construct the Exception with a message
StartupException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some i18n params
StartupException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
StartupException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some i18n params
 

Uses of MsgBase in org.crosswire.common.util
 

Methods in org.crosswire.common.util with parameters of type MsgBase
static void Reporter.informUser(Object source, MsgBase message)
          Something has happened.
static void Reporter.informUser(Object source, MsgBase message, Object param)
          Something has happened.
static void Reporter.informUser(Object source, MsgBase message, Object[] params)
          Something has happened.
 

Constructors in org.crosswire.common.util with parameters of type MsgBase
LucidException(MsgBase msg)
          All LucidExceptions are constructed with references to resources in an i18n properties file.
LucidException(MsgBase msg, Object[] params)
          All LucidExceptions are constructed with references to resources in an i18n properties file.
LucidException(MsgBase msg, Throwable cause)
          All LucidExceptions are constructed with references to resources in an i18n properties file.
LucidException(MsgBase msg, Throwable cause, Object[] params)
          All LucidExceptions are constructed with references to resources in an i18n properties file.
LucidRuntimeException(MsgBase msg)
          All LucidRuntimeException are constructed with references to resources in an i18n properties file.
LucidRuntimeException(MsgBase msg, Object[] params)
          All LucidRuntimeException are constructed with references to resources in an i18n properties file.
LucidRuntimeException(MsgBase msg, Throwable cause)
          All LucidRuntimeException are constructed with references to resources in an i18n properties file.
LucidRuntimeException(MsgBase msg, Throwable cause, Object[] params)
          All LucidRuntimeException are constructed with references to resources in an i18n properties file.
 

Uses of MsgBase in org.crosswire.jsword.book
 

Constructors in org.crosswire.jsword.book with parameters of type MsgBase
BookException(MsgBase msg)
          Construct the Exception with a message
BookException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some Msg params
BookException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
BookException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some Msg params
Openness(MsgBase msg)
          Prevent anyone else from doing this
 

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

Constructors in org.crosswire.jsword.book.filter with parameters of type MsgBase
FilterException(MsgBase msg)
          Construct the Exception with a message
FilterException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some Msg params
FilterException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
FilterException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some Msg params
 

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

Constructors in org.crosswire.jsword.book.install with parameters of type MsgBase
InstallException(MsgBase msg)
          Construct the Exception with a message
InstallException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some Msg params
InstallException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
InstallException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some Msg params
 

Uses of MsgBase in org.crosswire.jsword.passage
 

Constructors in org.crosswire.jsword.passage with parameters of type MsgBase
NoSuchKeyException(MsgBase msg)
          Construct the Exception with a message
NoSuchKeyException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some i18n params
NoSuchKeyException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
NoSuchKeyException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some i18n params
NoSuchVerseException(MsgBase msg)
          Construct the Exception with a message
NoSuchVerseException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some i18n params
NoSuchVerseException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
NoSuchVerseException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some i18n params
 


Copyright ? 2003-2004