|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
ExceptionHandling.getExceptionHandler(ExceptionScenario<E,T> scenario)
|
|
|
InternalExceptionHandlerPool.getExceptionHandler(ExceptionScenario<E,T> scenario)
|
|
|
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 | ||
---|---|---|
|
ExceptionHandling.registerExceptionHandler(ExceptionScenario<E,T> scenario,
ExceptionHandler<E,T> handler)
|
|
|
InternalExceptionHandlerPool.registerExceptionHandler(ExceptionScenario<E,T> scenario,
ExceptionHandler<E,T> handler)
|
|
|
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 | ||
---|---|---|
|
JMailStorage.getExceptionHandler(ExceptionScenario<E,T> scenario)
|
|
|
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 | ||
---|---|---|
|
JMailStorage.registerExceptionHandler(ExceptionScenario<E,T> scenario,
ExceptionHandler<E,T> handler)
|
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |