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

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
<T extends Throwable>
ExceptionMapper<T>
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
<T extends Throwable>
ExceptionMapper<T>
ExceptionMapperFactory.find(Class<T> type)
           
<T extends Throwable>
ExceptionMapper<T>
ExceptionMapperFactory.findMapping(T exceptionInstance)
           
<T extends Throwable>
ExceptionMapper<T>
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
<T extends Throwable>
ExceptionMapper<T>
ExceptionMappers.find(Class<T> type)
          Get an exception mapping provider for a particular class of exception.
<T extends Throwable>
ExceptionMapper<T>
ExceptionMappers.findMapping(T exceptionInstance)
          Get an exception mapping provider for a particular exception instance.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.