public abstract class ClientErrorHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClientTranslationService |
translationService |
| Constructor and Description |
|---|
ClientErrorHandler(ClientTranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handleError(ClientRuntimeError error,
Consumer<String> showError) |
protected final ClientTranslationService translationService
public ClientErrorHandler(ClientTranslationService translationService)
public abstract void handleError(ClientRuntimeError error, Consumer<String> showError)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.