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