Package gov.aps.jca.event
Class DefaultContextExceptionListener
- java.lang.Object
-
- gov.aps.jca.event.DefaultContextExceptionListener
-
- All Implemented Interfaces:
ContextExceptionListener,EventListener
public class DefaultContextExceptionListener extends Object implements ContextExceptionListener
A default implementation for ContextExceptionListener. It prints out the exception to the standard err stream.- See Also:
Context
-
-
Constructor Summary
Constructors Constructor Description DefaultContextExceptionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextException(ContextExceptionEvent ev)voidcontextVirtualCircuitException(ContextVirtualCircuitExceptionEvent ev)
-
-
-
Method Detail
-
contextException
public void contextException(ContextExceptionEvent ev)
- Specified by:
contextExceptionin interfaceContextExceptionListener
-
contextVirtualCircuitException
public void contextVirtualCircuitException(ContextVirtualCircuitExceptionEvent ev)
- Specified by:
contextVirtualCircuitExceptionin interfaceContextExceptionListener
-
-