public class

IncrementalCommandCanceledException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gwt.user.client.IncrementalCommandCanceledException

Class Overview

Exception reported to the current GWT.UncaughtExceptionHandler when a deferred IncrementalCommand is canceled as a result of a slow script warning.

Summary

Public Constructors
IncrementalCommandCanceledException(IncrementalCommand command)
Public Methods
IncrementalCommand getCommand()
Returns the IncrementalCommand which was canceled by the user as a result of a slow script warning.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IncrementalCommandCanceledException (IncrementalCommand command)

Public Methods

public IncrementalCommand getCommand ()

Returns the IncrementalCommand 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