gov.aps.jca.event
Class DefaultContextExceptionListener

java.lang.Object
  |
  +--gov.aps.jca.event.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(ContextExceptionEvent ev)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContextExceptionListener

public DefaultContextExceptionListener()
Method Detail

contextException

public void contextException(ContextExceptionEvent ev)
Specified by:
contextException in interface ContextExceptionListener