Package io.jmix.ui.exception
@NonNullApi
package io.jmix.ui.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.This exception handler comes into play if no other handler in the chain has handled the exception.Interface to be implemented by exception handlers in Web-client.Class that holds the collection of exception handlers and delegates unhandled exception processing to them.Class that is used to configureExceptionHandlers
via spring.xml.Interface to be implemented by exception handlers defined on GUI level.Exception handling context that provides UI beans.