Package com.ecyrd.jspwiki.filters

Examples of com.ecyrd.jspwiki.filters.FilterException


     */
    public static class AbortFilter extends BasicPageFilter
    {
        public String preSave(WikiContext wikiContext, String content) throws FilterException
        {
            throw new FilterException( "Page save aborted." );
        }
View Full Code Here

TOP

Related Classes of com.ecyrd.jspwiki.filters.FilterException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.