Package io.jmix.flowui.testassist
Class FlowuiTestAssistExceptionHandler
java.lang.Object
io.jmix.flowui.testassist.FlowuiTestAssistExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FlowuiTestAssistExceptionHandler
public FlowuiTestAssistExceptionHandler()
-
-
Method Details
-
handle
Description copied from interface:UiExceptionHandler
Handle an exception. Implementation class should either handle the exception and returntrue
, or returnfalse
to delegate execution to the next handler in the chain of responsibility.- Specified by:
handle
in interfaceUiExceptionHandler
- Parameters:
exception
- throwable instance- Returns:
true
if the exception has been successfully handled,false
if not
-