Class ExceptionErrorPredicatePreparator
java.lang.Object
ch.nolix.baseapi.errorcontrol.exceptionargumentpreparatorimpl.ExceptionErrorPredicatePreparator
- All Implemented Interfaces:
IExceptionErrorPredicatePreparator
public final class ExceptionErrorPredicatePreparator
extends Object
implements IExceptionErrorPredicatePreparator
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValidErrorPredicateFromErrorPredicate(String errorPredicate)
-
Constructor Details
-
ExceptionErrorPredicatePreparator
public ExceptionErrorPredicatePreparator()
-
-
Method Details
-
getValidErrorPredicateFromErrorPredicate
- Specified by:
getValidErrorPredicateFromErrorPredicatein interfaceIExceptionErrorPredicatePreparator- Parameters:
errorPredicate-- Returns:
- a validated error predicate from the given errorPredicate.
-