|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.google.gwt.user.client.IncrementalCommandCanceledException
public class IncrementalCommandCanceledException
Exception reported to the current
GWT.UncaughtExceptionHandler
when a
deferred IncrementalCommand
is canceled as a result of a slow script
warning.
Constructor Summary | |
---|---|
IncrementalCommandCanceledException(IncrementalCommand command)
|
Method Summary | |
---|---|
IncrementalCommand |
getCommand()
Returns the IncrementalCommand which was canceled by the user as a
result of a slow script warning. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IncrementalCommandCanceledException(IncrementalCommand command)
Method Detail |
---|
public IncrementalCommand getCommand()
IncrementalCommand
which was canceled by the user as a
result of a slow script warning.
IncrementalCommand
which was canceled by the user as a
result of a slow script warning
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |