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 Details

    • messages

      protected final Messages messages
    • notifications

      protected final Notifications 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

      protected void doHandle(String className, String message, @Nullable Throwable throwable)
      Description copied from class: AbstractUiExceptionHandler
      Perform exception handling.
      Specified by:
      doHandle in 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.