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:
Serializable
Exception reported to the current
GWT.UncaughtExceptionHandler
when a
deferred IncrementalCommand
is canceled as a result of a slow script
warning.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns theIncrementalCommand
which was canceled by the user as a result of a slow script warning.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncrementalCommandCanceledException
-
-
Method Details
-
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
-