Schnittstelle IExceptionErrorPredicatePreparator

Alle bekannten Implementierungsklassen:
ExceptionErrorPredicatePreparator

public interface IExceptionErrorPredicatePreparator
A IExceptionErrorPredicatePreparator provides method to prepare error predicates for Exceptions.
Version:
2025-04-06
Autor:
Silvan Wyss
  • Methodendetails

    • getValidErrorPredicateFromErrorPredicate

      String getValidErrorPredicateFromErrorPredicate(String errorPredicate)
      Parameter:
      errorPredicate -
      Gibt zurück:
      a validated error predicate from the given errorPredicate.
      Löst aus:
      IllegalArgumentException - if the given errorPredicate is null, blank or ends with a dot.