org.apache.mina.common
Interface ExceptionMonitor
- All Known Implementing Classes:
- DefaultExceptionMonitor
public interface ExceptionMonitor
Monitors uncaught exceptions. exceptionCaught(Object, Throwable)
is
invoked when there are any uncaught exceptions.
- Version:
- $Rev: 327113 $, $Date: 2005-10-21 15:59:15 +0900 $
- Author:
- The Apache Directory Project (dev@directory.apache.org)
- See Also:
DefaultExceptionMonitor
exceptionCaught
void exceptionCaught(Object source,
Throwable cause)
- Invoked when there are any uncaught exceptions.
Copyright © 2004-2005 . All Rights Reserved.