Searched refs:HistoryException (Results 1 - 25 of 38) sorted by relevance

12

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryException.java31 public class HistoryException extends Exception { class in inherits:Exception
35 * Construct a {@code HistoryException} with the specified message.
39 public HistoryException(String msg) { method in class:HistoryException
44 * Construct a {@code HistoryException} with the specified cause.
48 public HistoryException(Throwable cause) { method in class:HistoryException
53 * Construct a {@code HistoryException} with the specified message
59 public HistoryException(String msg, Throwable cause) { method in class:HistoryException
H A DHistoryCache.java35 * @throws HistoryException if initialization fails
37 void initialize() throws HistoryException;
66 * @throws HistoryException if no history could be obtained dueto an error.
69 throws HistoryException;
76 * @throws HistoryException if the history cannot be stored
79 throws HistoryException;
89 * @throws HistoryException if an error happens during optimization
91 void optimize() throws HistoryException;
99 * @throws HistoryException if no history could be obtained dueto an error.
102 throws HistoryException;
[all...]
H A DRepository.java80 * @throws HistoryException on error accessing the history
83 public abstract History getHistory(File file) throws HistoryException;
103 * @throws HistoryException on error accessing the history
107 throws HistoryException
145 * @throws HistoryException if the oldest entry was not the one we expected
149 String revision) throws HistoryException
160 throw new HistoryException("Cached revision '" + revision
210 * @throws HistoryException on error
213 throws HistoryException
234 } catch (HistoryException h
[all...]
H A DFileHistoryCache.java88 private static File getCachedFile(File file) throws HistoryException {
104 throw new HistoryException("Failed to get path relative to source root for '"
131 private void storeFile(History history, File file) throws HistoryException {
137 throw new HistoryException(
167 throw new HistoryException("Failed to write history", ioe);
174 throw new HistoryException(
181 throw new HistoryException("Failed to rename cache tmpfile");
188 throws HistoryException {
224 Boolean isDir) throws HistoryException
289 throws HistoryException {
[all...]
H A DClearCaseHistoryParser.java45 History parse(File file, Repository repos) throws HistoryException {
52 throw new HistoryException("Failed to get history for '" +
58 throw new HistoryException("Failed to get history for '" +
H A DHistoryGuru.java82 } catch (HistoryException he) {
114 * @throws HistoryException if an error occurred while getting the info
116 public String getCacheInfo() throws HistoryException {
138 } catch (HistoryException ex) {
172 * @throws HistoryException If an error occurs while getting the history
177 public HistoryReader getHistoryReader(File file) throws HistoryException {
191 * @throws HistoryException on error when accessing the history
193 public History getHistory(File path) throws HistoryException {
208 * @throws HistoryException on error when accessing the history
211 throws HistoryException
[all...]
H A DJDBCHistoryCache.java338 public void initialize() throws HistoryException {
362 throw new HistoryException(e);
374 throws HistoryException
398 throw new HistoryException(sqle);
415 throws HistoryException
422 throw new HistoryException(e);
522 Boolean isDir) throws HistoryException
533 throw new HistoryException(sqle);
542 boolean withFiles, Boolean isDir) throws HistoryException, SQLException
619 throws HistoryException
[all...]
H A DBazaarHistoryParser.java58 History parse(File file, String sinceRevision) throws HistoryException {
64 throw new HistoryException("Failed to get history for '" +
68 throw new HistoryException("Failed to get history for '" +
H A DCVSHistoryParser.java131 History parse(File file, Repository repos) throws HistoryException {
138 throw new HistoryException("Failed to get history for '" +
142 throw new HistoryException("Failed to get history for '" +
H A DMonotoneHistoryParser.java71 * @throws HistoryException if an error happens when parsing the history
73 History parse(File file, String changeset) throws HistoryException {
79 throw new HistoryException("Failed to get history for '"
83 throw new HistoryException("Failed to get history for '"
H A DSubversionHistoryParser.java133 private void initSaxParser() throws HistoryException {
139 throw new HistoryException("Failed to create SAX parser", ex);
153 throws HistoryException {
163 throw new HistoryException("Failed to get history for '" +
H A DMercurialRepository.java245 throws HistoryException, IOException
250 throw new HistoryException("File '" + file
269 throw new HistoryException("Don't know how to parse changeset "
387 } catch (HistoryException he) {
544 public History getHistory(File file) throws HistoryException {
553 throws HistoryException
H A DSCCSHistoryParser.java61 History parse(File file, Repository repos) throws HistoryException {
66 throw new HistoryException(ioe);
H A DMercurialHistoryParser.java72 * @throws HistoryException if an error happens when parsing the history
74 History parse(File file, String changeset) throws HistoryException {
80 throw new HistoryException("Failed to get history for '" +
84 throw new HistoryException("Failed to get history for '" +
H A DGitHistoryParser.java204 throws HistoryException
214 throw new HistoryException("Failed to get history for '"
218 throw new HistoryException("Failed to get history for '" +
H A DBazaarRepository.java294 throws HistoryException
303 public History getHistory(File file) throws HistoryException {
H A DMonotoneRepository.java279 public History getHistory(File file) throws HistoryException {
288 throws HistoryException
H A DPerforceHistoryParser.java53 * @throws HistoryException if a problem occurs while executing p4 command
55 static History parse(File file, Repository repos) throws HistoryException {
69 throw new HistoryException(ioe);
H A DRCSHistoryParser.java78 History parse(File file) throws HistoryException {
82 throw new HistoryException(ioe);
H A DRazorHistoryParser.java61 History parse(File file, Repository repos) throws HistoryException {
65 throw new HistoryException(ioe);
H A DRCSRepository.java172 public History getHistory(File file) throws HistoryException {
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryGuruTest.java104 public void getRevision() throws HistoryException, IOException {
123 public void bug16465() throws HistoryException, IOException {
149 public void getCacheInfo() throws HistoryException {
H A DMercurialRepositoryTest.java129 } catch (HistoryException he) {
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java39 import org.opensolaris.opengrok.history.HistoryException;
92 * @throws HistoryException
95 throws HistoryException
116 * @throws HistoryException
119 Writer out, String context) throws HistoryException
135 * @throws HistoryException
138 throws HistoryException
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DResults.java47 import org.opensolaris.opengrok.history.HistoryException;
137 * @throws HistoryException
143 throws HistoryException, IOException, ClassNotFoundException

Completed in 31 milliseconds

12