Uses of Interface
net.sourceforge.jfacefactories.util.IExceptionHandler

Packages that use IExceptionHandler
net.sourceforge.jfacefactories.binders   
net.sourceforge.jfacefactories.presenters   
net.sourceforge.jfacefactories.util   
 

Uses of IExceptionHandler in net.sourceforge.jfacefactories.binders
 

Methods in net.sourceforge.jfacefactories.binders with parameters of type IExceptionHandler
static void Binders.setExceptionHandler(IExceptionHandler handler)
          Sets the exception handler for binding operations.
 

Uses of IExceptionHandler in net.sourceforge.jfacefactories.presenters
 

Methods in net.sourceforge.jfacefactories.presenters with parameters of type IExceptionHandler
 void AbstractPresenter.setExceptionHandler(IExceptionHandler handler)
          Sets the exception handler for save and setter operations.
 

Uses of IExceptionHandler in net.sourceforge.jfacefactories.util
 

Classes in net.sourceforge.jfacefactories.util that implement IExceptionHandler
 class DefaultExceptionHandler
          Default implementation of interface simply asserts out or if assertions are off throws a runtime exception.