Class UiTestAssistExceptionHandler

java.lang.Object
io.jmix.flowui.testassist.UiTestAssistExceptionHandler
All Implemented Interfaces:
UiExceptionHandler

public class UiTestAssistExceptionHandler extends Object implements UiExceptionHandler
  • Constructor Details

    • UiTestAssistExceptionHandler

      public UiTestAssistExceptionHandler()
  • Method Details

    • handle

      public boolean handle(Throwable exception)
      Description copied from interface: UiExceptionHandler
      Handle an exception. Implementation class should either handle the exception and return true, or return false to delegate execution to the next handler in the chain of responsibility.
      Specified by:
      handle in interface UiExceptionHandler
      Parameters:
      exception - throwable instance
      Returns:
      true if the exception has been successfully handled, false if not