Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgRuntimeException.java @ 427:31a89587eb04
FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 29 Mar 2012 17:14:35 +0200 |
parents | 48f993aa2f41 |
children | cdd53e5884ae |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRuntimeException.java Wed Mar 28 19:34:37 2012 +0200 +++ b/src/org/tmatesoft/hg/repo/HgRuntimeException.java Thu Mar 29 17:14:35 2012 +0200 @@ -17,6 +17,7 @@ package org.tmatesoft.hg.repo; import org.tmatesoft.hg.core.HgException; +import org.tmatesoft.hg.core.HgLibraryFailureException; import org.tmatesoft.hg.core.Nodeid; import org.tmatesoft.hg.internal.ExceptionInfo; import org.tmatesoft.hg.util.Path; @@ -29,9 +30,10 @@ * exceptions are made runtime, rooting at this single class. * * <p>Hi-level api, {@link org.tmatesoft.hg.core}, where interaction with user-supplied values is more explicit, - * may follow different exception strategy. + * follows different exception strategy, namely checked exceptions rooted at {@link HgException}. * * @see HgException + * @see HgLibraryFailureException * @author Artem Tikhomirov * @author TMate Software Ltd. */