Uses of Class
org.apache.wiki.api.exceptions.WikiException

Packages that use WikiException
Package Description
org.apache.wiki
The chief package of JSPWiki.
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.attachment
Attachment management, uploading and downloading.
org.apache.wiki.auth
Authentication, Authorization and the third A thing.
org.apache.wiki.auth.user  
org.apache.wiki.content
Provides content management functionality for JSPWiki.
org.apache.wiki.filters
Provides page and content filtering functionality for JSPWiki.
org.apache.wiki.pages
Entry point for JSPWiki's Page Objects.
org.apache.wiki.parser  
org.apache.wiki.providers
Provides storage for JSPWiki.
org.apache.wiki.render
Provides the JSPWiki rendering functionality.
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.workflow