public interface ExceptionMapperContext
ExceptionMapper instances that can be used
to map exceptions to responses.| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.ext.ExceptionMapper |
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.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.