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 SummaryFieldsModifier and TypeFieldDescriptionprotected MessageBundleprotected Notificationsprotected UiViewPropertiesFields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandlerclassNames
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandlercanHandle, handle
- 
Field Details- 
notifications
- 
messageBundle
- 
viewProperties
 
- 
- 
Constructor Details- 
QuartzExceptionHandlerpublic QuartzExceptionHandler()
 
- 
- 
Method Details- 
doHandleDescription copied from class:AbstractUiExceptionHandlerPerform exception handling.- Specified by:
- doHandlein class- AbstractUiExceptionHandler
- Parameters:
- className- actual exception class name
- message- exception message
- throwable- exception instance. Can be null if the exception occurred on the server side and this exception class isn't accessible by the client.
 
 
-