Package io.jmix.dynmodelflowui.exception
Class UnsupportedModelChangeExceptionHandler
java.lang.Object
io.jmix.flowui.exception.AbstractUiExceptionHandler
io.jmix.dynmodelflowui.exception.UnsupportedModelChangeExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
@Component("dynmod_UnsupportedModelChangeExceptionHandler")
@Order(940)
public class UnsupportedModelChangeExceptionHandler
extends AbstractUiExceptionHandler
Presents
UnsupportedModelChangeException thrown during apply as a user-friendly notification
instead of the generic unexpected-error dialog.-
Field Summary
FieldsFields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
classNames -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
canHandle, handle
-
Field Details
-
messages
-
notifications
-
-
Constructor Details
-
UnsupportedModelChangeExceptionHandler
public UnsupportedModelChangeExceptionHandler()
-
-
Method Details
-
doHandle
Description copied from class:AbstractUiExceptionHandlerPerform exception handling.- Specified by:
doHandlein classAbstractUiExceptionHandler- Parameters:
className- actual exception class namemessage- exception messagethrowable- exception instance. Can be null if the exception occurred on the server side and this exception class isn't accessible by the client.
-