Class ExceptionMapperFactory.ExceptionMapperType

  • Enclosing class:
    ExceptionMapperFactory

    private static class ExceptionMapperFactory.ExceptionMapperType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Class<? extends java.lang.Throwable> exceptionType  
      (package private) ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionMapperType​(ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper, java.lang.Class<? extends java.lang.Throwable> exceptionType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exceptionType

        java.lang.Class<? extends java.lang.Throwable> exceptionType
    • Constructor Detail

      • ExceptionMapperType

        public ExceptionMapperType​(ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper,
                                   java.lang.Class<? extends java.lang.Throwable> exceptionType)