| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Throwable> |
Providers.getExceptionMapper(Class<T> type)
Get an exception mapping provider for a particular class of exception.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Throwable> |
ExceptionMapperFactory.find(Class<T> type) |
<T extends Throwable> |
JaxrsProviders.getExceptionMapper(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Throwable> |
ExceptionMappers.find(Class<T> type)
Get an exception mapping provider for a particular class of exception.
|
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.