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.Deprecated.Class that holds the collection of exception handlers and delegates unhandled exception processing to them.Deprecated.Interface to be implemented by UI exception handlers defined.Exception handling context that provides UI infrastructure.