Package io.jmix.flowui.exception
Interface UiExceptionHandler
- All Known Implementing Classes:
AbstractUiExceptionHandler,AccessDeniedExceptionHandler,ConstraintViolationExceptionHandler,DynamicModelDuplicateDataExceptionHandler,DynamicModelValidationExceptionHandler,FileNotExistsExceptionHandler,OptimisticLockExceptionHandler,PropagationExceptionHandler,PropagationExceptionHandler,QuartzExceptionHandler,ReportExceptionHandler,SilentExceptionHandler,UniqueConstraintViolationHandler,UnsupportedModelChangeExceptionHandler,WebdavExceptionHandler
@NullMarked
public interface UiExceptionHandler
Interface to be implemented by exception handlers
-
Method Summary
-
Method Details
-
handle
Handle an exception. Implementation class should either handle the exception and returntrue, or returnfalseto delegate execution to the next handler in the chain of responsibility.- Parameters:
exception- throwable instance- Returns:
trueif the exception has been successfully handled,falseif not
-