Interface SourceExceptionHandler<T extends AbstractRemoteMetadataSource>


  • public interface SourceExceptionHandler<T extends AbstractRemoteMetadataSource>
    Represent a handler that forces implementations to define their own behaviour for exceptions originating from
    Author:
    Antoine Snyers (antoine at atmire dot com)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(T source)
      Represents a method contract to handle Exceptions originating from the source in a specific way Implementations define their own desired behaviour
    • Method Detail

      • handle

        void handle​(T source)
        Represents a method contract to handle Exceptions originating from the source in a specific way Implementations define their own desired behaviour
        Parameters:
        source - The source of the exception