Interface ConfigurationErrorListener

    • Method Detail

      • configurationError

        void configurationError​(ConfigurationErrorEvent event)
        Notifies this listener that in an observed configuration an error occurred. All information available about this error, including the causing Throwable object, can be obtained from the passed in event object.
        Parameters:
        event - the event object with information about the error