Uses of Interface
com.emarsys.ecommon.exceptions.handling.ExceptionHandler

Packages that use ExceptionHandler
com.emarsys.ecommon.exceptions.handling Provides a pluggable exception handling mechanism. 
com.emarsys.ecommon.mail.storage Provides a framework for easy access to mail stores using the JavaMail(tm) API. 
 

Uses of ExceptionHandler in com.emarsys.ecommon.exceptions.handling
 

Subinterfaces of ExceptionHandler in com.emarsys.ecommon.exceptions.handling
 interface SymmetricExceptionHandler<E extends Exception>
           A simplification over ExceptionHandler that only rethrows the same Exception types it handles.
 

Fields in com.emarsys.ecommon.exceptions.handling with type parameters of type ExceptionHandler
protected  java.util.Map<ExceptionScenario<?,?>,ExceptionHandler<?,?>> ExceptionHandlerPool.pool
           
 

Methods in com.emarsys.ecommon.exceptions.handling that return ExceptionHandler
<E extends java.lang.Exception,T extends java.lang.Exception>
ExceptionHandler<E,T>
ExceptionHandling.getExceptionHandler(ExceptionScenario<E,T> scenario)
           
<E extends java.lang.Exception,T extends java.lang.Exception>
ExceptionHandler<E,T>
InternalExceptionHandlerPool.getExceptionHandler(ExceptionScenario<E,T> scenario)
           
<E extends java.lang.Exception,T extends java.lang.Exception>
ExceptionHandler<E,T>
ExceptionHandlerPool.getExceptionHandler(ExceptionScenario<E,T> scenario)
           
 

Methods in com.emarsys.ecommon.exceptions.handling that return types with arguments of type ExceptionHandler
 java.util.Map<ExceptionScenario<?,?>,ExceptionHandler<?,?>> ExceptionHandling.getExceptionHandlers()
           The passed Map must not be the ExceptionHandling's interal, modifyable representation in order to protect from violating invariants.
 java.util.Map<ExceptionScenario<?,?>,ExceptionHandler<?,?>> InternalExceptionHandlerPool.getExceptionHandlers()
           
 java.util.Map<ExceptionScenario<?,?>,ExceptionHandler<?,?>> ExceptionHandlerPool.getExceptionHandlers()
           
 

Methods in com.emarsys.ecommon.exceptions.handling with parameters of type ExceptionHandler
<E extends java.lang.Exception,T extends java.lang.Exception>
void
ExceptionHandling.registerExceptionHandler(ExceptionScenario<E,T> scenario, ExceptionHandler<E,T> handler)
           
<E extends java.lang.Exception,T extends java.lang.Exception>
void
InternalExceptionHandlerPool.registerExceptionHandler(ExceptionScenario<E,T> scenario, ExceptionHandler<E,T> handler)
           
<E extends java.lang.Exception,T extends java.lang.Exception>
void
ExceptionHandlerPool.registerExceptionHandler(ExceptionScenario<E,T> scenario, ExceptionHandler<E,T> handler)
           
 

Uses of ExceptionHandler in com.emarsys.ecommon.mail.storage
 

Fields in com.emarsys.ecommon.mail.storage declared as ExceptionHandler
protected static ExceptionHandler<javax.mail.MessagingException,MailStorageException> JavaMailCallable.defaultExceptionHandler
          the default/fallback exception handler
 

Methods in com.emarsys.ecommon.mail.storage that return ExceptionHandler
<E extends java.lang.Exception,T extends java.lang.Exception>
ExceptionHandler<E,T>
JMailStorage.getExceptionHandler(ExceptionScenario<E,T> scenario)
           
<E extends java.lang.Exception,T extends java.lang.Exception>
ExceptionHandler<E,T>
JMailFolder.getExceptionHandler(ExceptionScenario<E,T> scenario)
           
 

Methods in com.emarsys.ecommon.mail.storage that return types with arguments of type ExceptionHandler
 java.util.Map<ExceptionScenario<?,?>,ExceptionHandler<?,?>> JMailStorage.getExceptionHandlers()
           
 java.util.Map<ExceptionScenario<?,?>,ExceptionHandler<?,?>> JMailFolder.getExceptionHandlers()
           
 

Methods in com.emarsys.ecommon.mail.storage with parameters of type ExceptionHandler
<E extends java.lang.Exception,T extends java.lang.Exception>
void
JMailStorage.registerExceptionHandler(ExceptionScenario<E,T> scenario, ExceptionHandler<E,T> handler)
           
<E extends java.lang.Exception,T extends java.lang.Exception>
void
JMailFolder.registerExceptionHandler(ExceptionScenario<E,T> scenario, ExceptionHandler<E,T> handler)
           
 

Constructors in com.emarsys.ecommon.mail.storage with parameters of type ExceptionHandler
JavaMailCallable(ExceptionHandler<javax.mail.MessagingException,MailStorageException> handler)
           
 



Copyright © 2010 emarsys AG. All Rights Reserved.