Class DifferenceEngine.DifferenceFoundException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DifferenceEngine

    protected static final class DifferenceEngine.DifferenceFoundException
    extends java.lang.Exception
    Marker exception thrown by the protected compare() method and passed upwards through the call stack to the public compare() method.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DifferenceFoundException

        private DifferenceFoundException()