Example usage for java.beans ExceptionListener interface-usage

List of usage examples for java.beans ExceptionListener interface-usage

Introduction

In this page you can find the example usage for java.beans ExceptionListener interface-usage.

Usage

From source file org.mule.util.ExceptionHolder.java

/** TODO */
public class ExceptionHolder implements ExceptionListener {
    protected final Log logger = LogFactory.getLog(getClass());
    private List<Exception> exceptions = new ArrayList<Exception>(2);

    public void exceptionThrown(Exception e) {

From source file org.openmrs.reporting.ReportObjectWrapperExceptionListener.java

/**
 * @deprecated see reportingcompatibility module
 */
@Deprecated
public class ReportObjectWrapperExceptionListener implements ExceptionListener {

From source file org.hoteia.qalingo.core.jms.cms.listener.CmsQueueListener.java

@Component(value = "cmsQueueListener")
public class CmsQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    /**

From source file org.hoteia.qalingo.core.jms.crm.listener.CrmQueueListener.java

@Component(value = "crmQueueListener")
public class CrmQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    /**

From source file org.hoteia.qalingo.core.jms.erp.listener.ErpQueueListener.java

@Component(value = "erpQueueListener")
public class ErpQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    /**

From source file org.hoteia.qalingo.core.jms.entityaudit.listener.EntityAuditQueueListener.java

@Component(value = "entityAuditQueueListener")
public class EntityAuditQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    /**

From source file org.hoteia.qalingo.core.jms.cacheflush.listener.CacheFlushQueueListener.java

@Component(value = "cacheFlushQueueListener")
public class CacheFlushQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    @Autowired

From source file org.hoteia.qalingo.core.jms.entitycheck.listener.EntityCheckQueueListener.java

@Component(value = "entityCheckQueueListener")
public class EntityCheckQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    @Autowired

From source file org.hoteia.qalingo.core.jms.syncserveur.listener.SyncServeurStatusQueueListener.java

@Component(value = "syncServeurStatusQueueListener")
public class SyncServeurStatusQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    @Autowired

From source file org.hoteia.qalingo.core.jms.document.listener.DocumentQueueListener.java

@Component(value = "documentQueueListener")
public class DocumentQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    @Autowired