|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionMapper | |
|---|---|
| javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
| org.glassfish.jersey.internal | Common Jersey internal API classes. |
| org.glassfish.jersey.spi | Common Jersey service provider contract (SPI) classes. |
| 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. |
|
| Uses of ExceptionMapper in org.glassfish.jersey.internal |
|---|
| Methods in org.glassfish.jersey.internal that return ExceptionMapper | ||
|---|---|---|
|
ExceptionMapperFactory.find(Class<T> type)
|
|
|
ExceptionMapperFactory.findMapping(T exceptionInstance)
|
|
|
JaxrsProviders.getExceptionMapper(Class<T> type)
|
|
| Uses of ExceptionMapper in org.glassfish.jersey.spi |
|---|
| Subinterfaces of ExceptionMapper in org.glassfish.jersey.spi | |
|---|---|
interface |
ExtendedExceptionMapper<T extends Throwable>
Extension of a exception mapper interface. |
| Methods in org.glassfish.jersey.spi that return ExceptionMapper | ||
|---|---|---|
|
ExceptionMappers.find(Class<T> type)
Get an exception mapping provider for a particular class of exception. |
|
|
ExceptionMappers.findMapping(T exceptionInstance)
Get an exception mapping provider for a particular exception instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||