Package io.jmix.flowui.exception
@NonNullApi
package io.jmix.flowui.exception
-
ClassDescriptionBase class for exception handlers determining their ability to handle an exception by its class name and optional implementation of
AbstractUiExceptionHandler.canHandle(String, String, Throwable)
method.Handles ConstraintViolationException that can be thrown by bean validation on persistence layer.Exception that is thrown in case of incorrect access to a shared data from a thread that does not own necessary lock.Raised on attempt to open an unknown view.Interface to be implemented by exception handlersException to be thrown by field validators.