Package io.jmix.quartzflowui.exception
Class QuartzExceptionHandler
java.lang.Object
io.jmix.flowui.exception.AbstractUiExceptionHandler
io.jmix.quartzflowui.exception.QuartzExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MessageBundleprotected Notificationsprotected UiViewPropertiesFields 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
-
notifications
-
messageBundle
-
viewProperties
-
-
Constructor Details
-
QuartzExceptionHandler
public QuartzExceptionHandler()
-
-
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.
-