Class IncrementalCommandCanceledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.user.client.IncrementalCommandCanceledException
All Implemented Interfaces:
Serializable

public class IncrementalCommandCanceledException extends RuntimeException
Exception reported to the current GWT.UncaughtExceptionHandler when a deferred IncrementalCommand is canceled as a result of a slow script warning.
See Also:
  • Constructor Details

    • IncrementalCommandCanceledException

      public IncrementalCommandCanceledException(IncrementalCommand command)
  • Method Details