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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRepoRepository.java68 throw new IOException(executor.getErrorString());
H A DMonotoneRepository.java161 throw new IOException(executor.getErrorString());
206 throw new IOException(executor.getErrorString());
215 throw new IOException(executor.getErrorString());
H A DBazaarRepository.java209 throw new IOException(executor.getErrorString());
218 throw new IOException(executor.getErrorString());
H A DGitRepository.java342 throw new IOException(executor.getErrorString());
352 throw new IOException(executor.getErrorString());
H A DMercurialRepository.java278 throw new IOException(executor.getErrorString());
288 throw new IOException(executor.getErrorString());
H A DCVSRepository.java96 throw new IOException(executor.getErrorString());
H A DPerforceRepository.java132 throw new IOException(executor.getErrorString());
H A DSubversionRepository.java352 throw new IOException(executor.getErrorString());
/opengrok-sun/test/org/opensolaris/opengrok/util/
H A DExecutorTest.java71 String err = instance.getErrorString();
/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java240 public String getErrorString() { method in class:Executor
/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java131 "\nstderr:\n" + exec.getErrorString());

Completed in 16 milliseconds