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
-
Method Details
-
handle
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
-