Class ExceptionMapper<H>

java.lang.Object
net.tangly.commons.lang.exceptions.ExceptionMapper<H>
Type Parameters:
H - handler used to process the exception

public class ExceptionMapper<H> extends Object
The exception mapper processes an exception and executes associated instructions with the helper. For example, an HTTP error code and answer can be generated based on the kind of the exception.