Package io.jmix.flowui.testassist
Class UiTestAssistExceptionHandler
java.lang.Object
io.jmix.flowui.testassist.UiTestAssistExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
@Deprecated(since="2.5",
forRemoval=true)
public class UiTestAssistExceptionHandler
extends Object
implements UiExceptionHandler
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
UiTestAssistExceptionHandler
public UiTestAssistExceptionHandler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
handle
Deprecated, for removal: This API element is subject to removal in a future version.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
-
PropagationExceptionHandler
instead