Interface ConfigurationErrorHandler
public interface ConfigurationErrorHandler
Respond to a
ConfigurationError with any kind of action.-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ConfigurationError error) Called when a misconfiguration is detected on aIBusConfiguration
-
Method Details
-
handle
Called when a misconfiguration is detected on aIBusConfiguration- Parameters:
error- The error that represents the detected misconfiguration.
-