Uses of Class
org.apache.commons.jrcs.diff.DiffException

Packages that use DiffException
org.apache.commons.jrcs.diff The diff package implements the differencing engine that JRCS uses. 
org.apache.commons.jrcs.rcs JRCS is a library that knows how to manipulate the archive files produced by the RCS and CVS version control systems. 
 

Uses of DiffException in org.apache.commons.jrcs.diff
 

Subclasses of DiffException in org.apache.commons.jrcs.diff
 class DifferentiationFailedException
          Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.
 class PatchFailedException
          Thrown whenever a delta cannot be applied as a patch to a given text.
 

Uses of DiffException in org.apache.commons.jrcs.rcs
 

Methods in org.apache.commons.jrcs.rcs that throw DiffException
 Version Archive.addRevision(java.lang.Object[] text, java.lang.String log)
          Add the given revision to the active branch on the archive.
 Version Archive.addRevision(java.lang.Object[] text, java.lang.String vernum, java.lang.String log)
          Add the given revision to the the archive using the given version number.
 Version Archive.addRevision(java.lang.Object[] text, Version vernum, java.lang.String log)
          Add the given revision to the the archive using the given version number.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.