|
||||||||||
| 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.
|
Distribution Licence: JSword is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here, or by writing to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA The copyright to this program is held by it's authors. |
Licence,
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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public InstallException(MsgBase msg)
msg - The resource id to read
public InstallException(MsgBase msg,
Throwable ex)
msg - The resource id to readex - The nested Exception
public InstallException(MsgBase msg,
Object[] params)
msg - The resource id to readparams - An array of parameters
public InstallException(MsgBase msg,
Throwable ex,
Object[] params)
msg - The resource id to readex - The nested Exceptionparams - An array of parameters
|
Copyright ? 2003-2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||