|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - supported exception type.public interface ExceptionMapper<E extends Throwable>
Transformation function transforming exception to a result.
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
apply(E exception)
Transform a supported exception type into a result. |
| Methods inherited from interface com.google.common.base.Function |
|---|
equals |
| Method Detail |
|---|
javax.ws.rs.core.Response apply(E exception)
exception type into a result.
apply in interface com.google.common.base.Function<E extends Throwable,javax.ws.rs.core.Response>exception - to be transformed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||