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
Modifier and TypeFieldDescriptionprotected MessageBundle
protected Notifications
protected UiViewProperties
Fields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
classNames
-
Constructor Summary
-
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:AbstractUiExceptionHandler
Perform exception handling.- Specified by:
doHandle
in 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.
-