Uses of Package
org.apache.wiki.api.exceptions
-
Packages that use org.apache.wiki.api.exceptions Package Description org.apache.wiki The chief package of JSPWiki.org.apache.wiki.api.core JSPWiki's central API.org.apache.wiki.api.engine JSPWiki's Engine's component related classes.org.apache.wiki.api.exceptions JSPWiki's API exceptions package.org.apache.wiki.api.filters Filter's API package of JSPWiki.org.apache.wiki.api.plugin Plugin's API package of JSPWiki.org.apache.wiki.api.providers Page Providers' API package of JSPWiki.org.apache.wiki.attachment Attachment management, uploading and downloading.org.apache.wiki.auth Authentication, Authorization and the third A thing.org.apache.wiki.auth.authorize Authorizer implementation.org.apache.wiki.auth.user org.apache.wiki.cache Provides a cache abstraction for JSPWiki.org.apache.wiki.content Provides content management functionality for JSPWiki.org.apache.wiki.diff org.apache.wiki.filters Provides page and content filtering functionality for JSPWiki.org.apache.wiki.forms Contains classes for doing form handling within JSPWiki.org.apache.wiki.pages Entry point for JSPWiki's Page Objects.org.apache.wiki.parser org.apache.wiki.plugin Provides plugins to the JSPWiki.org.apache.wiki.providers Provides storage for JSPWiki.org.apache.wiki.references Provides the JSPWiki track of pages' references.org.apache.wiki.render Provides the JSPWiki rendering functionality.org.apache.wiki.search Provides the JSPWiki search functionality.org.apache.wiki.search.kendra org.apache.wiki.tags Provides standard JSP tags for JSPWiki.org.apache.wiki.tasks.auth Provides auth-related Tasks, meant to be executed by the workflow framework.org.apache.wiki.tasks.pages Provides WikiPages' saving related Tasks, meant to be executed by the workflow framework.org.apache.wiki.ui Java classes for management of the JSP user interface.org.apache.wiki.variables org.apache.wiki.workflow -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki Class Description NoRequiredPropertyException Marks an erroneous jspwiki.properties file.ProviderException This exception represents the superclass of all exceptions that providers may throw.WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.api.core Class Description ProviderException This exception represents the superclass of all exceptions that providers may throw.WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.api.engine Class Description WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.api.exceptions Class Description FilterException A generic PageFilter exception.WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.api.filters Class Description FilterException A generic PageFilter exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.api.plugin Class Description PluginException Provides a generic PluginException. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.api.providers Class Description NoRequiredPropertyException Marks an erroneous jspwiki.properties file.ProviderException This exception represents the superclass of all exceptions that providers may throw. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.attachment Class Description ProviderException This exception represents the superclass of all exceptions that providers may throw.RedirectException This exception may be thrown if a filter wants to reject something and redirect the user elsewhere.WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.auth Class Description WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.auth.authorize Class Description NoRequiredPropertyException Marks an erroneous jspwiki.properties file. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.auth.user Class Description NoRequiredPropertyException Marks an erroneous jspwiki.properties file.WikiException A generic Wiki exception.WikiI18nException A generic Wiki exception, meant to carry key & args to construct i18n messages to show meaningful messages to end-user. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.cache Class Description WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.content Class Description WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.diff Class Description NoRequiredPropertyException Marks an erroneous jspwiki.properties file. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.filters Class Description FilterException A generic PageFilter exception.RedirectException This exception may be thrown if a filter wants to reject something and redirect the user elsewhere.WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.forms Class Description PluginException Provides a generic PluginException. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.pages Class Description ProviderException This exception represents the superclass of all exceptions that providers may throw.WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.parser Class Description PluginException Provides a generic PluginException.WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.plugin Class Description PluginException Provides a generic PluginException.ProviderException This exception represents the superclass of all exceptions that providers may throw. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.providers Class Description NoRequiredPropertyException Marks an erroneous jspwiki.properties file.ProviderException This exception represents the superclass of all exceptions that providers may throw.WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.references Class Description ProviderException This exception represents the superclass of all exceptions that providers may throw. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.render Class Description WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.search Class Description FilterException A generic PageFilter exception.NoRequiredPropertyException Marks an erroneous jspwiki.properties file.ProviderException This exception represents the superclass of all exceptions that providers may throw. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.search.kendra Class Description NoRequiredPropertyException Marks an erroneous jspwiki.properties file.ProviderException This exception represents the superclass of all exceptions that providers may throw. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.tags Class Description ProviderException This exception represents the superclass of all exceptions that providers may throw. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.tasks.auth Class Description WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.tasks.pages Class Description WikiException A generic Wiki exception. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.ui Class Description ProviderException This exception represents the superclass of all exceptions that providers may throw. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.variables Class Description NoSuchVariableException Marks that no such variable was located. -
Classes in org.apache.wiki.api.exceptions used by org.apache.wiki.workflow Class Description WikiException A generic Wiki exception.