private static class ExceptionMapperFactory.ExceptionMapperType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Class<? extends java.lang.Throwable> |
exceptionType |
(package private) org.glassfish.hk2.api.ServiceHandle<javax.ws.rs.ext.ExceptionMapper> |
mapper |
Constructor and Description |
---|
ExceptionMapperType(org.glassfish.hk2.api.ServiceHandle<javax.ws.rs.ext.ExceptionMapper> mapper,
java.lang.Class<? extends java.lang.Throwable> exceptionType) |