public class

CommandCanceledException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gwt.user.client.CommandCanceledException

Class Overview

Exception reported to the current GWT.UncaughtExceptionHandler when a deferred Command is canceled as a result of a slow script warning.

Summary

Public Constructors
CommandCanceledException(Command command)
Public Methods
Command getCommand()
Returns the Command which was canceled by the user as a result of a slow script warning.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CommandCanceledException (Command command)

Public Methods

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