Interface IExceptionErrorPredicatePreparator

All Known Implementing Classes:
ExceptionErrorPredicatePreparator

public interface IExceptionErrorPredicatePreparator
A IExceptionErrorPredicatePreparator provides method to prepare error predicates for Exceptions.
Author:
Silvan Wyss
  • Method Details

    • getValidErrorPredicateFromErrorPredicate

      String getValidErrorPredicateFromErrorPredicate(String errorPredicate)
      Parameters:
      errorPredicate -
      Returns:
      a validated error predicate from the given errorPredicate.
      Throws:
      IllegalArgumentException - if the given errorPredicate is null, blank or ends with a dot.