Uses of Class
org.apache.wiki.api.exceptions.WikiException
-
Packages that use WikiException Package Description 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. -
-
Uses of WikiException in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that throw WikiException Modifier and Type Method Description voidEngine. initialize(java.util.Properties properties)Sets up the application's runningEngine.default voidEngine. start(java.util.Properties properties)Initializes theEngine, notifying all theEngineLifecycleExtensions. -
Uses of WikiException in org.apache.wiki.api.engine
Methods in org.apache.wiki.api.engine that throw WikiException Modifier and Type Method Description voidInitializable. initialize(Engine engine, java.util.Properties props)Initializes this Engine component. -
Uses of WikiException in org.apache.wiki.api.exceptions
Subclasses of WikiException in org.apache.wiki.api.exceptions Modifier and Type Class Description classFilterExceptionA generic PageFilter exception.classNoRequiredPropertyExceptionMarks an erroneous jspwiki.properties file.classNoSuchVariableExceptionMarks that no such variable was located.classPluginExceptionProvides a generic PluginException.classProviderExceptionThis exception represents the superclass of all exceptions that providers may throw.classRedirectExceptionThis exception may be thrown if a filter wants to reject something and redirect the user elsewhere.classWikiI18nExceptionA generic Wiki exception, meant to carry key & args to construct i18n messages to show meaningful messages to end-user.
-