diff src/org/tmatesoft/hg/core/HgDataStreamException.java @ 366:189dc6dc1c3e

Use exceptions to expose errors reading mercurial data
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 16 Dec 2011 04:43:18 +0100
parents 6d1804fe0ed7
children 2fadf8695f8a
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgDataStreamException.java	Sun Dec 11 00:39:07 2011 +0100
+++ b/src/org/tmatesoft/hg/core/HgDataStreamException.java	Fri Dec 16 04:43:18 2011 +0100
@@ -20,7 +20,8 @@
 import org.tmatesoft.hg.util.Path;
 
 /**
- * Any erroneous state with @link {@link HgDataFile} input/output, read/write operations 
+ * Any erroneous state with @link {@link HgDataFile} input/output, read/write operations
+ * FIXME/REVISIT if HgInvalidControlFileExceptio and HgInvalidFileException is not sufficient? Is there real need for all 3?  
  * 
  * @author Artem Tikhomirov
  * @author TMate Software Ltd.