gov.aps.epics.jca
Class DefaultContextExceptionListener

java.lang.Object
  |
  +--gov.aps.epics.jca.DefaultContextExceptionListener
All Implemented Interfaces:
ContextExceptionListener, java.util.EventListener

public class DefaultContextExceptionListener
extends java.lang.Object
implements ContextExceptionListener

A default implementation for ContextExceptionListener. It prints out the exception to the standard err stream.

See Also:
Context

Constructor Summary
DefaultContextExceptionListener()
           
 
Method Summary
 void contextException(gov.aps.epics.jca.ContextExceptionEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContextExceptionListener

public DefaultContextExceptionListener()
Method Detail

contextException

public void contextException(gov.aps.epics.jca.ContextExceptionEvent ev)
Specified by:
contextException in interface ContextExceptionListener