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.Represents a validation exception that is specifically related to a UIComponent.A specializedValidationExceptionused to represent a collection of individual validation violations.Represents a cause of a validation violation, providing detailed information about a specific validation error.Handles ConstraintViolationException that can be thrown by bean validation on persistence layer.A default implementation of a user interface exception handler in the framework.A class provides a user interface component for displaying an exception dialog with detailed information about the error.An interface defines the contract for providing dialogs to handle and display exceptions in the user interface.A custom exception handler that handlesFileStorageException.Exception thrown during the development of UI, such as incorrect view layout markup.Exception that is thrown in case of incorrect access to a shared data from a thread that does not own necessary lock.This exception is thrown when a specific view cannot be found or is not defined.Handles exceptions of typeSilentExceptionby suppressing them without notifying the user.Interface to be implemented by exception handlersClass responsible for handling exceptions that occur in the UI context.Exception to be thrown by field validators.Represents a contract for exceptions or objects that are associated with a specific UIComponent.