|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionMapperContext
Provides lookup of ExceptionMapper
instances that can be used
to map exceptions to responses.
Method Summary | |
---|---|
javax.ws.rs.ext.ExceptionMapper |
find(java.lang.Class<? extends java.lang.Throwable> c)
Find an exception mapper for a class of throwable that is capable of converting a throwable to a response. |
Method Detail |
---|
javax.ws.rs.ext.ExceptionMapper find(java.lang.Class<? extends java.lang.Throwable> c)
c
- the throwable class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |