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 TypeMethodDescriptionvoid
Engine.initialize
(Properties properties) Sets up the application's runningEngine
.default void
Engine.start
(Properties properties) Initializes theEngine
, notifying all theEngineLifecycleExtension
s. -
Uses of WikiException in org.apache.wiki.api.engine
Methods in org.apache.wiki.api.engine that throw WikiExceptionModifier and TypeMethodDescriptionvoid
Initializable.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 TypeClassDescriptionclass
A generic PageFilter exception.class
Marks an erroneous jspwiki.properties file.class
Marks that no such variable was located.class
Provides a generic PluginException.class
This exception represents the superclass of all exceptions that providers may throw.class
This exception may be thrown if a filter wants to reject something and redirect the user elsewhere.class
A generic Wiki exception, meant to carry key & args to construct i18n messages to show meaningful messages to end-user.