|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.crosswire.common.util.LucidException
org.crosswire.jsword.book.install.InstallException
public class InstallException
Something went wrong with a Book.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField 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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public InstallException(MsgBase msg)
msg
- The resource id to readpublic InstallException(MsgBase msg, Throwable ex)
msg
- The resource id to readex
- The nested Exceptionpublic InstallException(MsgBase msg, Object[] params)
msg
- The resource id to readparams
- An array of parameterspublic InstallException(MsgBase msg, Throwable ex, Object[] params)
msg
- The resource id to readex
- The nested Exceptionparams
- An array of parameters
|
Copyright ยจ 2003-2006 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |