|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExceptionMapper
Interface used by AdapterBuilderFactory to translate exceptions
thrown by service implementations on-the-fly.
It may be implemented directly by application developers and passed in parameters in service implementation declaration. A simple default implementation exists and is enough for most situations.
| Method Summary | |
|---|---|
java.lang.Throwable |
translate(java.lang.Throwable t)
Converts a Throwable into another. |
| Method Detail |
|---|
java.lang.Throwable translate(java.lang.Throwable t)
Throwable into another.
t - Throwable that is to be converted
t
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||