public class CommandCanceledException
extends java.lang.RuntimeException
GWT.UncaughtExceptionHandler
when a
deferred Command
is canceled as a result of a slow script warning.Constructor and Description |
---|
CommandCanceledException(Command command) |
Modifier and Type | Method and Description |
---|---|
Command |
getCommand()
Returns the
Command which was canceled by the user as a result of a
slow script warning. |
public CommandCanceledException(Command command)