Interface ConfigurationErrorHandler


public interface ConfigurationErrorHandler
Respond to a ConfigurationError with any kind of action.
Author:
bennidi Date: 8/29/14
  • Method Details

    • handle

      void handle(ConfigurationError error)
      Called when a misconfiguration is detected on a IBusConfiguration
      Parameters:
      error - The error that represents the detected misconfiguration.