|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.xpn.xwiki.XWikiException
com.xpn.xwiki.plugin.PluginException
com.xpn.xwiki.plugin.globalsearch.GlobalSearchException
public class GlobalSearchException
Global Search plugin base exception.
| Field Summary | |
|---|---|
static int |
ERROR_FS_CANT_ACCESS_FIELD
Error when trying to create wiki descriptor that already exists. |
static int |
MODULE_PLUGIN_GLOABLSEARCH
Global Search plugin error identifier. |
| Constructor Summary | |
|---|---|
GlobalSearchException(int code,
java.lang.String message)
Create an GlobalSearchException. |
|
GlobalSearchException(int code,
java.lang.String message,
java.lang.Throwable e)
Create an GlobalSearchException. |
|
GlobalSearchException(int code,
java.lang.String message,
java.lang.Throwable e,
java.lang.Object[] args)
Create an GlobalSearchException. |
|
| Method Summary | |
|---|---|
static GlobalSearchException |
getDefaultException()
|
| Methods inherited from class com.xpn.xwiki.plugin.PluginException |
|---|
getPluginName |
| Methods inherited from class com.xpn.xwiki.XWikiException |
|---|
getArgs, getCode, getException, getFullMessage, getMessage, getModule, getModuleName, getStackTraceAsString, getStackTraceAsString, printStackTrace, printStackTrace, setArgs, setCode, setException, setMessage, setModule |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MODULE_PLUGIN_GLOABLSEARCH
public static final int ERROR_FS_CANT_ACCESS_FIELD
| Constructor Detail |
|---|
public GlobalSearchException(int code,
java.lang.String message)
code - the error code.message - a literal message about this error.
public GlobalSearchException(int code,
java.lang.String message,
java.lang.Throwable e,
java.lang.Object[] args)
message by the passed
args parameters. The format is the one used by MessageFormat.
code - the error code.message - a literal message about this error.e - the exception this exception wrap.args - the array of parameters to use for replacing "{N}" elements in the string. See
MessageFormat for the full syntax
public GlobalSearchException(int code,
java.lang.String message,
java.lang.Throwable e)
code - the error code.message - a literal message about this error.e - the exception this exception wrap.| Method Detail |
|---|
public static GlobalSearchException getDefaultException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||