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