|
||||||||||
| 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.filter.FilterException
public class FilterException
Something went wrong with a Book.
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 | |
|---|---|
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 |
|
| 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 FilterException(MsgBase msg)
msg - The resource id to read
public FilterException(MsgBase msg,
Throwable ex)
msg - The resource id to readex - The nested Exception
public FilterException(MsgBase msg,
Object[] params)
msg - The resource id to readparams - An array of parameters
public FilterException(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 | |||||||||