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:
Serializable
Exception reported to the current
GWT.UncaughtExceptionHandler
when a
deferred Command
is canceled as a result of a slow script warning.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns theCommand
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