|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionMapper | |
|---|---|
| com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
| com.sun.jersey.spi.monitoring | |
| javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
| Uses of ExceptionMapper in com.sun.jersey.spi.container |
|---|
| Methods in com.sun.jersey.spi.container that return ExceptionMapper | |
|---|---|
ExceptionMapper |
ExceptionMapperContext.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. |
| Uses of ExceptionMapper in com.sun.jersey.spi.monitoring |
|---|
| Methods in com.sun.jersey.spi.monitoring with parameters of type ExceptionMapper | |
|---|---|
void |
ResponseListener.onMappedException(long id,
java.lang.Throwable exception,
ExceptionMapper mapper)
Called when Jersey has finalized response and handles it back to container. |
| Uses of ExceptionMapper in javax.ws.rs.ext |
|---|
| Methods in javax.ws.rs.ext that return ExceptionMapper | ||
|---|---|---|
|
Providers.getExceptionMapper(java.lang.Class<T> type)
Get an exception mapping provider for a particular class of exception. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||