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