Package io.jmix.reportsflowui.exception
Class ReportExceptionHandler
java.lang.Object
io.jmix.flowui.exception.AbstractUiExceptionHandler
io.jmix.reportsflowui.exception.ReportExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
@Component("report_ReportExceptionHandler")
public class ReportExceptionHandler
extends AbstractUiExceptionHandler
Handles reporting exceptions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.springframework.context.ApplicationContextprotected final Messagesprotected final NotificationsFields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
classNames -
Constructor Summary
ConstructorsConstructorDescriptionReportExceptionHandler(Messages messages, Notifications notifications, org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Methods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
canHandle, handle
-
Field Details
-
messages
-
notifications
-
applicationContext
protected final org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
ReportExceptionHandler
public ReportExceptionHandler(Messages messages, Notifications notifications, org.springframework.context.ApplicationContext applicationContext)
-
-
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.
-