Package com.flaptor.hounder.searcher

Examples of com.flaptor.hounder.searcher.SearcherException


        public boolean isStopped() {
            return !isRunning;
        }

        public GroupedSearchResults search(AQuery query, int firstResult, int count, AGroup group, int groupSize, AFilter filter, ASort sort) throws SearcherException {
            throw new SearcherException("I always fail");
        }
View Full Code Here

TOP

Related Classes of com.flaptor.hounder.searcher.SearcherException

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.