|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.client.gwt.core.GWTExceptionHandler
public class GWTExceptionHandler
GWT implementation of the ExceptionHandler
API.
Constructor Summary | |
---|---|
GWTExceptionHandler(Window window)
Constructor. |
Method Summary | |
---|---|
void |
unexpectedError(java.lang.Throwable e,
java.lang.String action)
Report an unexpected exception to the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GWTExceptionHandler(Window window)
window
- The main application window.Method Detail |
---|
public void unexpectedError(java.lang.Throwable e, java.lang.String action)
unexpectedError
in interface ExceptionHandler
e
- The exception to report.action
- The action being performed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |