Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DokuWordblockException

        public DokuWordblockException​(java.lang.Throwable cause)