|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.server.impl.application.ExceptionMapperFactory
public class ExceptionMapperFactory
Constructor Summary | |
---|---|
ExceptionMapperFactory()
|
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. |
void |
init(ProviderServices providerServices)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionMapperFactory()
Method Detail |
---|
public void init(ProviderServices providerServices)
public javax.ws.rs.ext.ExceptionMapper find(java.lang.Class<? extends java.lang.Throwable> c)
ExceptionMapperContext
find
in interface ExceptionMapperContext
c
- the throwable class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |