|
|||||||||
| Home >> All >> org >> crosswire >> bible >> control >> [ search overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.crosswire.bible.control.search
Class SearchException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.crosswire.util.LucidException
org.crosswire.bible.control.search.SearchException
- All Implemented Interfaces:
- java.io.Serializable
- public class SearchException
- extends org.crosswire.util.LucidException
Something in the search failed.
|
Distribution Licence: Project B 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, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below. The copyright to this program is held by it's authors. |
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.crosswire.util.LucidException |
ex, internal, params, res |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
SearchException(java.lang.String msg)
Construct the Exception with a message |
|
SearchException(java.lang.String msg,
java.lang.Object[] params)
Construct the Exception with a message and some I18N params |
|
SearchException(java.lang.String msg,
java.lang.Throwable ex)
Construct the Exception with a message and a nested Exception |
|
SearchException(java.lang.String msg,
java.lang.Throwable ex,
java.lang.Object[] params)
Construct the Exception with a message, a nested Exception and some I18N params |
|
| Methods inherited from class org.crosswire.util.LucidException |
getDetailedMessage, getException, getInternalMessage, getMessage, setResourceBundleName |
| 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 |
| Constructor Detail |
SearchException
public SearchException(java.lang.String msg)
- Construct the Exception with a message
SearchException
public SearchException(java.lang.String msg, java.lang.Throwable ex)
- Construct the Exception with a message and a nested Exception
SearchException
public SearchException(java.lang.String msg, java.lang.Object[] params)
- Construct the Exception with a message and some I18N params
SearchException
public SearchException(java.lang.String msg, java.lang.Throwable ex, java.lang.Object[] params)
- Construct the Exception with a message, a nested Exception
and some I18N params
|
|||||||||
| Home >> All >> org >> crosswire >> bible >> control >> [ search overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC