|
||||||||||
| 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.common.config.StartupException
public class StartupException
Something in the startup config files failed to start properly.
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 | |
|---|---|
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 |
|
| 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 StartupException(MsgBase msg)
msg - The resource id to read
public StartupException(MsgBase msg,
Throwable ex)
msg - The resource id to readex - The nested Exception
public StartupException(MsgBase msg,
Object[] params)
msg - The resource id to readparams - An array of parameters
public StartupException(MsgBase msg,
Throwable ex,
Object[] params)
msg - The resource id to readex - The nested Exceptionparams - An array of parameters
|
Copyright ยจ 2003-2007 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||