Uses of Class
org.xwiki.diff.DiffException

Uses of DiffException in org.xwiki.diff
 

Subclasses of DiffException in org.xwiki.diff
 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
<E> DiffResult<E>
DiffManager.diff(List<E> previous, List<E> next, DiffConfiguration<E> configuration)
          Produce a diff between the two provided versions.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.