Package com.google.gwt.user.client
Class CommandCanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.gwt.user.client.CommandCanceledException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandCanceledException extends java.lang.RuntimeException
Exception reported to the currentGWT.UncaughtExceptionHandler
when a deferredCommand
is canceled as a result of a slow script warning.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandCanceledException(Command command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command
getCommand()
Returns theCommand
which was canceled by the user as a result of a slow script warning.
-
-
-
Constructor Detail
-
CommandCanceledException
public CommandCanceledException(Command command)
-
-