org.crosswire.jsword.book.install
Class InstallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crosswire.common.util.LucidException
              extended by org.crosswire.jsword.book.install.InstallException
All Implemented Interfaces:
Serializable

public class InstallException
extends LucidException

Something went wrong with a Book.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors., Serialized Form

Field Summary
private static long serialVersionUID
          Serialization ID
 
Fields inherited from class org.crosswire.common.util.LucidException
params
 
Constructor Summary
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
 
Method Summary
 
Methods inherited from class org.crosswire.common.util.LucidException
getDetailedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serialization ID

See Also:
Constant Field Values
Constructor Detail

InstallException

public InstallException(MsgBase msg)
Construct the Exception with a message

Parameters:
msg - The resource id to read

InstallException

public InstallException(MsgBase msg,
                        Throwable ex)
Construct the Exception with a message and a nested Exception

Parameters:
msg - The resource id to read
ex - The nested Exception

InstallException

public InstallException(MsgBase msg,
                        Object[] params)
Construct the Exception with a message and some Msg params

Parameters:
msg - The resource id to read
params - An array of parameters

InstallException

public InstallException(MsgBase msg,
                        Throwable ex,
                        Object[] params)
Construct the Exception with a message, a nested Exception and some Msg params

Parameters:
msg - The resource id to read
ex - The nested Exception
params - An array of parameters

Copyright ? 2003-2006