Class DataModelerErrorCallback
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.callbacks.DefaultErrorCallback
-
- org.kie.workbench.common.screens.datamodeller.client.DataModelerErrorCallback
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>
public class DataModelerErrorCallback extends org.uberfire.ext.widgets.common.client.callbacks.DefaultErrorCallback
-
-
Constructor Summary
Constructors Constructor Description DataModelerErrorCallback()DataModelerErrorCallback(String localMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanerror(org.jboss.errai.bus.client.api.messaging.Message message, Throwable throwable)
-
-
-
Constructor Detail
-
DataModelerErrorCallback
public DataModelerErrorCallback()
-
DataModelerErrorCallback
public DataModelerErrorCallback(String localMessage)
-
-
Method Detail
-
error
public boolean error(org.jboss.errai.bus.client.api.messaging.Message message, Throwable throwable)- Specified by:
errorin interfaceorg.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>- Overrides:
errorin classorg.uberfire.ext.widgets.common.client.callbacks.DefaultErrorCallback
-
-