Uses of Class
com.topologi.diffx.algorithm.FactoryException

Packages that use FactoryException
com.topologi.diffx.algorithm Main algorithm implementations. 
 

Uses of FactoryException in com.topologi.diffx.algorithm
 

Methods in com.topologi.diffx.algorithm that throw FactoryException
static DiffXAlgorithm DiffXFactory.createDiffex(String className, EventSequence sequence1, EventSequence sequence2)
          Deprecated. use newAlgorithm
static DiffXAlgorithm DiffXFactory.newAlgorithm(String className, EventSequence sequence1, EventSequence sequence2)
          Creates a Diff-X instance using the specified class name and event sequences.