Package com.snowflake.connectors.common.exception.helper
Error handling and logging implementations for the
ConnectorException
.-
Interface Summary Interface Description ConnectorErrorHelper Provides utility methods for catching, logging and mapping exceptions within the connector.ExceptionLogger<E> A generic exception logging implementation.ExceptionMapper<E> A generic mapper used for changing any exception into an instance ofConnectorException
. -
Class Summary Class Description ConnectorErrorHelperBuilder Builder for theConnectorErrorHelper
.InputValidator Validator for input parameters in handlers.