Uses of Interface
javax.ws.rs.ext.ExceptionMapper

Packages that use ExceptionMapper
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.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 javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return ExceptionMapper
<T extends java.lang.Throwable>
ExceptionMapper<T>
Providers.getExceptionMapper(java.lang.Class<T> type)
          Get an exception mapping provider for a particular class of exception.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.