Class ClientErrorHandler
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.error.ClientErrorHandler
-
public abstract class ClientErrorHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientTranslationServicetranslationService
-
Constructor Summary
Constructors Constructor Description ClientErrorHandler(ClientTranslationService translationService)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidhandleError(org.kie.workbench.common.stunner.core.client.service.ClientRuntimeError error, Consumer<String> showError)
-
-
-
Field Detail
-
translationService
protected final ClientTranslationService translationService
-
-
Constructor Detail
-
ClientErrorHandler
public ClientErrorHandler(ClientTranslationService translationService)
-
-