com.tzavellas.dyndelegate
Interface ThrowableConverter

All Known Implementing Classes:
EJBExceptionConverter, RuntimeExceptionWrapper

public interface ThrowableConverter

This is a strategy interface for converting a java.lang.Throwable to another java.lang.Throwable

Author:
Spiros Tzavellas
See Also:
RuntimeExceptionWrapper, EJBExceptionConverter

Method Summary
 Throwable convert(Throwable ex)
          Convert the specified Throwable to another Throwable.
 

Method Detail

convert

Throwable convert(Throwable ex)
Convert the specified Throwable to another Throwable.

Parameters:
ex - the Throwable to convert
Returns:
a Throwable


Copyright © 2005-2009 spiros.blog(). All Rights Reserved.