Uses of Class
org.apache.wiki.api.exceptions.WikiException
Packages that use WikiException
Package
Description
JSPWiki's central API.
JSPWiki's Engine's component related classes.
JSPWiki's API exceptions package.
-
Uses of WikiException in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that throw WikiExceptionModifier and TypeMethodDescriptionvoidEngine.initialize(Properties properties) Sets up the application's runningEngine.default voidEngine.start(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 WikiExceptionModifier and TypeMethodDescriptionvoidInitializable.initialize(Engine engine, Properties props) Initializes this Engine component. -
Uses of WikiException in org.apache.wiki.api.exceptions
Subclasses of WikiException in org.apache.wiki.api.exceptionsModifier and TypeClassDescriptionclassA generic PageFilter exception.classMarks an erroneous jspwiki.properties file.classMarks that no such variable was located.classProvides a generic PluginException.classThis exception represents the superclass of all exceptions that providers may throw.classThis exception may be thrown if a filter wants to reject something and redirect the user elsewhere.classA generic Wiki exception, meant to carry key & args to construct i18n messages to show meaningful messages to end-user.