Uses of Class
org.apache.wicket.util.diff.DiffException
-
Packages that use DiffException Package Description org.apache.wicket.util.diff Thediff
package implements the differencing engine that JRCS uses. -
-
Uses of DiffException in org.apache.wicket.util.diff
Subclasses of DiffException in org.apache.wicket.util.diff Modifier and Type Class Description 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.
-