
public class CommandCanceledException extends RuntimeException
GWT.UncaughtExceptionHandler when a
deferred Command is canceled as a result of a slow script warning.| Constructor and Description |
|---|
CommandCanceledException(Command command) |
| Modifier and Type | Method and Description |
|---|---|
Command |
getCommand()
Returns the
Command which was canceled by the user as a result of a
slow script warning. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandCanceledException(Command command)
Copyright © 2018. All rights reserved.