Class CommandErrorCallback

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>

    public class CommandErrorCallback
    extends DefaultErrorCallback
    Default Error handler for all views that support HasBusyIndicator. Now with Command support.
    • Constructor Detail

      • CommandErrorCallback

        public CommandErrorCallback​(org.uberfire.mvp.Command command)
    • Method Detail

      • error

        public boolean error​(org.jboss.errai.bus.client.api.messaging.Message message,
                             Throwable throwable)
        Specified by:
        error in interface org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>
        Overrides:
        error in class DefaultErrorCallback