Uses of Interface
kos.api.ExceptionHandler
-
Packages that use ExceptionHandler Package Description kos.api kos.core.exception kos.core.validation -
-
Uses of ExceptionHandler in kos.api
Fields in kos.api declared as ExceptionHandler Modifier and Type Field Description private ExceptionHandlerMutableKosContext. exceptionHandlerMethods in kos.api that return ExceptionHandler Modifier and Type Method Description @NonNull ExceptionHandlerKosContext. getExceptionHandler() -
Uses of ExceptionHandler in kos.core.exception
Classes in kos.core.exception that implement ExceptionHandler Modifier and Type Class Description classPredicateExceptionHandlerThe default Exception Handler mechanism.Fields in kos.core.exception declared as ExceptionHandler Modifier and Type Field Description (package private) ExceptionHandlerPredicateExceptionHandler.PredicateAndHandler. handlerMethods in kos.core.exception with parameters of type ExceptionHandler Modifier and Type Method Description voidPredicateExceptionHandler. add(Predicate<Throwable> predicate, ExceptionHandler handler) -
Uses of ExceptionHandler in kos.core.validation
Classes in kos.core.validation that implement ExceptionHandler Modifier and Type Class Description classValidationExceptionHandler
-