com.emarsys.ecommon.exceptions.handling
Interface SymmetricExceptionHandler<E extends java.lang.Exception>

All Superinterfaces:
ExceptionHandler<E,E>

public interface SymmetricExceptionHandler<E extends java.lang.Exception>
extends ExceptionHandler<E,E>

A simplification over ExceptionHandler that only rethrows the same Exception types it handles.

NOTE: the whole pluggable exception handling (PEH) module is highly experimental and still under heavy development, don't use it in production code unless you know what you're doing!

Author:
Michael "kULO" Kulovits

Method Summary
 
Methods inherited from interface com.emarsys.ecommon.exceptions.handling.ExceptionHandler
handleException
 



Copyright © 2010 emarsys AG. All Rights Reserved.