Class CommandCanceledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.user.client.CommandCanceledException
All Implemented Interfaces:
Serializable

public class CommandCanceledException extends RuntimeException
Exception reported to the current GWT.UncaughtExceptionHandler when a deferred Command is canceled as a result of a slow script warning.
See Also:
  • Constructor Details

    • CommandCanceledException

      public CommandCanceledException(Command command)
  • Method Details

    • getCommand

      public Command getCommand()
      Returns the Command which was canceled by the user as a result of a slow script warning.
      Returns:
      the Command which was canceled by the user as a result of a slow script warning