Uses of Class
org.xwiki.diff.DiffException
-
-
Uses of DiffException in org.xwiki.diff
Subclasses of DiffException in org.xwiki.diff Modifier and Type Class Description class
MergeException
Any exception raised when failing to merge 3 lists.class
PatchException
Any exception raised when failing to apply a patch.Methods in org.xwiki.diff that throw DiffException Modifier and Type Method Description <E> DiffResult<E>
DiffManager. diff(List<E> previous, List<E> next, DiffConfiguration<E> configuration)
Produce a diff between the two provided versions.
-