org.onebusaway.webapp.gwt.common
Class ExceptionSupport

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.ExceptionSupport

public class ExceptionSupport
extends Object


Constructor Summary
ExceptionSupport()
           
 
Method Summary
static void addExceptionListener(ExceptionListener listener)
           
static void handleException(Throwable ex)
           
static void removeExceptionListener(ExceptionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionSupport

public ExceptionSupport()
Method Detail

addExceptionListener

public static void addExceptionListener(ExceptionListener listener)

removeExceptionListener

public static void removeExceptionListener(ExceptionListener listener)

handleException

public static void handleException(Throwable ex)


Copyright © 2012 OneBusAway. All Rights Reserved.