Interface ConfigurationHelper.LoggingPropertyErrorHandler

Enclosing class:
ConfigurationHelper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ConfigurationHelper.LoggingPropertyErrorHandler
Allows custom error handling (ie. throwing a runtime exception or collecting errors)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(String key, Object value, Exception e)
     
  • Method Details

    • handle

      void handle(String key, Object value, Exception e)
      Parameters:
      key - the whole key used
      value - found string value
      e - exception thrown