com.cometway.email
Class EmailListAgent.EmailListExceptionHandler

java.lang.Object
  extended by com.cometway.email.EmailListAgent.EmailListExceptionHandler
All Implemented Interfaces:
IExceptionHandler
Enclosing class:
EmailListAgent

public class EmailListAgent.EmailListExceptionHandler
extends java.lang.Object
implements IExceptionHandler


Constructor Summary
EmailListAgent.EmailListExceptionHandler()
           
 
Method Summary
 boolean handleException(java.lang.Exception e, java.lang.Object o, java.lang.String message)
          This method arbitrarily handles the condition indicated by the passed parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailListAgent.EmailListExceptionHandler

public EmailListAgent.EmailListExceptionHandler()
Method Detail

handleException

public boolean handleException(java.lang.Exception e,
                               java.lang.Object o,
                               java.lang.String message)
Description copied from interface: IExceptionHandler
This method arbitrarily handles the condition indicated by the passed parameters. Ideally, it would invoke some kind of error reporting or recovery technique based on the exception type and significance of the other parameters. A boolean value may be returned to indicate whether or not some action was taken as a result of the exception.

Specified by:
handleException in interface IExceptionHandler