Uses of Class
org.apache.wicket.util.diff.DiffException
-
Packages that use DiffException Package Description org.apache.wicket.util.diff Thediffpackage 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 classDifferentiationFailedExceptionThrown whenever the differencing engine cannot produce the differences between two revisions of ta text.classPatchFailedExceptionThrown whenever a delta cannot be applied as a patch to a given text.
-