Uses of Interface
javax.ws.rs.ext.ExceptionMapper
-
Packages that use ExceptionMapper Package Description javax.ws.rs.ext APIs that provide extensions to the types supported by the API. -
-
Uses of ExceptionMapper in javax.ws.rs.ext
Methods in javax.ws.rs.ext that return ExceptionMapper Modifier and Type Method Description <T extends Throwable>
ExceptionMapper<T>Providers. getExceptionMapper(Class<T> type)
Get an exception mapping provider for a particular class of exception.
-