Schnittstelle IExceptionErrorPredicatePreparator
- Alle bekannten Implementierungsklassen:
ExceptionErrorPredicatePreparator
public interface IExceptionErrorPredicatePreparator
A
IExceptionErrorPredicatePreparator
provides method to prepare error
predicates for Exception
s.- Version:
- 2025-04-06
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetValidErrorPredicateFromErrorPredicate
(String errorPredicate)
-
Methodendetails
-
getValidErrorPredicateFromErrorPredicate
- 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.
-