Class CommandCanceledException
Exception reported to the current
UncaughtExceptionHandler when a
deferred
Command is canceled as a result of a slow script warning.
Constructors
Methods
getCommand() | Returns the Command which was canceled by the user as a result of a
slow script warning. |
Constructor Detail
CommandCanceledException
public
CommandCanceledException(
Command command)
Parameters
- command
-
Method Detail
getCommand
Returns the
Command which was canceled by the user as a result of a
slow script warning.
Return Value
the
Command which was canceled by the user as a result of a
slow script warning