Package org.apache.jsieve.exception

Examples of org.apache.jsieve.exception.StopException


     *      Arguments, Block, SieveContext)
     *      </p>
     */
    protected Object executeBasic(MailAdapter mail, Arguments arguments,
            Block block, SieveContext context) throws SieveException {
        throw new StopException("Stop requested");
    }
View Full Code Here

TOP

Related Classes of org.apache.jsieve.exception.StopException

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.