org.jwarp.common
Interface IExceptionProvider
- All Known Subinterfaces:
- IActivityFactory, ICacheService, IConfigurationService, IConnectionPoolService, IDisplayService, IForm, IGroupService, IIdService, ILocalizationService, ILogService, IMailService, IObjectPoolService, IParamService, IPersistenceService, IPoolService, IProcessFactory, IScreen, IScreenService, ISecurityService, IService, IShutDownService, IThreadPoolService, ITransitionFactory, IWebService, IWorkService, IXSLTService
- public interface IExceptionProvider
Interface for components who want to provide a dynamic exception handling interface.
- Version:
- 1.0
- Author:
- Anatole Tresch
addExceptionListener
public void addExceptionListener(IExceptionListener handler)
getExceptionListeners
public java.util.Iterator getExceptionListeners()
removeAllExceptionListeners
public void removeAllExceptionListeners()
removeExceptionListener
public void removeExceptionListener(IExceptionListener listener)