Interface IExceptionErrorPredicatePreparator
- All Known Implementing Classes:
ExceptionErrorPredicatePreparator
public interface IExceptionErrorPredicatePreparator
A
IExceptionErrorPredicatePreparator provides method to prepare error
predicates for Exceptions.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptiongetValidErrorPredicateFromErrorPredicate(String errorPredicate)
-
Method Details
-
getValidErrorPredicateFromErrorPredicate
- 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.
-