Interface SerializeFieldsYamlBase.HandleError

Enclosing class:
SerializeFieldsYamlBase
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 SerializeFieldsYamlBase.HandleError
  • Method Details

    • handle

      void handle(SerializeFieldsYamlBase.ErrorType type, String description, @Nullable @Nullable RuntimeException e)
      Handle the error. If no exception is thrown it will continue processing
      Parameters:
      e - The exception which caused the error. Null if there was no exception