Package dw.xmlrpc.exception
Class DokuWordblockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dw.xmlrpc.exception.DokuException
-
- dw.xmlrpc.exception.DokuWordblockException
-
- All Implemented Interfaces:
java.io.Serializable
public class DokuWordblockException extends DokuException
Thrown if a page can't be edited because of a wordblock. The list of forbidden words for a given wiki are defined in its wordblock.conf file. If one try to edit a page addind one of this words, DokuWiki won't allow the edition, and this exception will be thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DokuWordblockException(java.lang.Throwable cause)
-