Class ErrorHandler


  • public class ErrorHandler
    extends java.lang.Object
    Applications can derive from DedupeErrorHandler to intercept and handle errors that may arise during deduplication.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ErrorHandler.ErrorAction
      Possible actions on an error.
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getFailed()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorHandler

        public ErrorHandler()
    • Method Detail

      • getFailed

        public boolean getFailed()
        Returns:
        true if the deduplication has encountered queries it cannot complete.