com.tensegrity.wpalo.client.exceptions
Class WPaloUncaughtExceptionHandler

java.lang.Object
  extended by com.tensegrity.wpalo.client.exceptions.WPaloUncaughtExceptionHandler
All Implemented Interfaces:
com.google.gwt.core.client.GWT.UncaughtExceptionHandler

public class WPaloUncaughtExceptionHandler
extends java.lang.Object
implements com.google.gwt.core.client.GWT.UncaughtExceptionHandler


Field Summary
protected  ILocalConstants constants
           
 
Constructor Summary
WPaloUncaughtExceptionHandler()
           
 
Method Summary
 void onUncaughtException(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected final transient ILocalConstants constants
Constructor Detail

WPaloUncaughtExceptionHandler

public WPaloUncaughtExceptionHandler()
Method Detail

onUncaughtException

public void onUncaughtException(java.lang.Throwable t)
Specified by:
onUncaughtException in interface com.google.gwt.core.client.GWT.UncaughtExceptionHandler