Searched refs:getErrorString (Results 1 - 11 of 11) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepoRepository.java79 throw new IOException(executor.getErrorString());
H A DMonotoneRepository.java175 throw new IOException(executor.getErrorString());
225 throw new IOException(executor.getErrorString());
234 throw new IOException(executor.getErrorString());
H A DBazaarRepository.java231 throw new IOException(executor.getErrorString());
240 throw new IOException(executor.getErrorString());
H A DMercurialRepository.java470 throw new IOException(executor.getErrorString());
480 throw new IOException(executor.getErrorString());
H A DCVSRepository.java116 throw new IOException(executor.getErrorString());
H A DPerforceRepository.java148 throw new IOException(executor.getErrorString());
H A DGitRepository.java506 throw new IOException(executor.getErrorString());
516 throw new IOException(executor.getErrorString());
H A DSubversionRepository.java417 throw new IOException(executor.getErrorString());
/opengrok-jel/test/org/opensolaris/opengrok/util/
H A DExecutorTest.java71 String err = instance.getErrorString();
/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DExecutor.java242 public String getErrorString() { method in class:Executor
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java226 "\nstderr:\n" + exec.getErrorString());

Completed in 630 milliseconds