|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionMapper | |
---|---|
com.restfully.shop.services | |
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.ejb | |
com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
Uses of ExceptionMapper in com.restfully.shop.services |
---|
Classes in com.restfully.shop.services that implement ExceptionMapper | |
---|---|
class |
EntityNotFoundExceptionMapper
|
class |
NotFoundExceptionMapper
|
Uses of ExceptionMapper in com.sun.jersey.server.impl.application |
---|
Methods in com.sun.jersey.server.impl.application that return ExceptionMapper | |
---|---|
ExceptionMapper |
ExceptionMapperFactory.find(Class<? extends Throwable> c)
|
Uses of ExceptionMapper in com.sun.jersey.server.impl.ejb |
---|
Classes in com.sun.jersey.server.impl.ejb that implement ExceptionMapper | |
---|---|
class |
EJBExceptionMapper
|
Uses of ExceptionMapper in com.sun.jersey.spi.container |
---|
Methods in com.sun.jersey.spi.container that return ExceptionMapper | |
---|---|
ExceptionMapper |
ExceptionMapperContext.find(Class<? extends Throwable> c)
Find an exception mapper for a class of throwable that is capable of converting a throwable to a response. |
Uses of ExceptionMapper in javax.ws.rs.ext |
---|
Methods in javax.ws.rs.ext that return ExceptionMapper | ||
---|---|---|
|
Providers.getExceptionMapper(Class<T> type)
Get an exception mapping provider for a particular class of exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |