Searched refs:IndexerException (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexerException.java30 public class IndexerException extends Exception { class in inherits:Exception
32 IndexerException(String string) { method in class:IndexerException
H A DIndexer.java528 } catch (IndexerException ex) {
573 * @throws IndexerException
589 boolean listRepoPathes) throws IndexerException, IOException
593 throw new IndexerException("Please specify a DATA ROOT path");
597 throw new IndexerException("Please specify a SRC_ROOT with option -s");
601 throw new IndexerException("Didn't find Exuberant Ctags");
604 throw new IndexerException("Internal error, zapCache shouldn't be null");

Completed in 23 milliseconds