Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/HgException.java @ 425:48f993aa2f41
FIXMEs: exceptions, javadoc
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 28 Mar 2012 18:39:29 +0200 |
parents | 6437d261048a |
children | 31a89587eb04 |
comparison
equal
deleted
inserted
replaced
424:6437d261048a | 425:48f993aa2f41 |
---|---|
19 import org.tmatesoft.hg.internal.ExceptionInfo; | 19 import org.tmatesoft.hg.internal.ExceptionInfo; |
20 import org.tmatesoft.hg.repo.HgRepository; | 20 import org.tmatesoft.hg.repo.HgRepository; |
21 import org.tmatesoft.hg.util.Path; | 21 import org.tmatesoft.hg.util.Path; |
22 | 22 |
23 /** | 23 /** |
24 * Root class for all hg4j exceptions. | 24 * Root class for all <b>Hg4J</b> checked exceptions. |
25 * | 25 * |
26 * @author Artem Tikhomirov | 26 * @author Artem Tikhomirov |
27 * @author TMate Software Ltd. | 27 * @author TMate Software Ltd. |
28 */ | 28 */ |
29 @SuppressWarnings("serial") | 29 @SuppressWarnings("serial") |