org.ops4j.monitors.exception
Interface ExceptionMonitor
- All Known Implementing Classes:
- ExceptionMonitorRouter
public interface ExceptionMonitor
A monitor of a Exceptions occuring.
- Version:
- $Id: StreamMonitor.java 3757 2006-03-23 12:43:08Z niclas@hedhman.org $
- Author:
- Open Particpation Software for Java
Method Summary |
void |
exception(ExceptionSource source,
java.lang.Throwable exception)
This method is called when an Exception or Throwable occurs. |
exception
void exception(ExceptionSource source,
java.lang.Throwable exception)
- This method is called when an Exception or Throwable occurs.
- Parameters:
source
- The source of the exception. That is the class that is throwing the exception.exception
- The Exception being thrown.
Copyright © 2006-2008 OPS4J - Open Participation Software for Java. All Rights Reserved.