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 SummaryFieldsModifier and TypeFieldDescriptionprotected final org.springframework.context.ApplicationContextprotected final Messagesprotected final NotificationsFields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandlerclassNames
- 
Constructor SummaryConstructorsConstructorDescriptionReportExceptionHandler(Messages messages, Notifications notifications, org.springframework.context.ApplicationContext applicationContext) 
- 
Method SummaryMethods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandlercanHandle, handle
- 
Field Details- 
messages
- 
notifications
- 
applicationContextprotected final org.springframework.context.ApplicationContext applicationContext
 
- 
- 
Constructor Details- 
ReportExceptionHandlerpublic ReportExceptionHandler(Messages messages, Notifications notifications, org.springframework.context.ApplicationContext applicationContext) 
 
- 
- 
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.
 
 
-