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(Class<? extends Throwable> c)
Find an exception mapper for a class of throwable that is capable
of converting a throwable to a response.
|
Copyright © 2019 Oracle Corporation. All rights reserved.