Package net.fortytwo.ripple.cli

Examples of net.fortytwo.ripple.cli.ParserQuitException


* @author Joshua Shinavier (http://fortytwo.net)
*/
public class QuitCmd extends Command {
    public void execute(final QueryEngine qe, final ModelConnection mc)
            throws RippleException {
        throw new ParserQuitException();
    }
View Full Code Here

TOP

Related Classes of net.fortytwo.ripple.cli.ParserQuitException

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.