Class TypeList.Generic.OfConstructorExceptionTypes

    • Field Detail

      • constructor

        private final java.lang.reflect.Constructor<?> constructor
        The constructor of which the exception types are represented.
    • Constructor Detail

      • OfConstructorExceptionTypes

        public OfConstructorExceptionTypes​(java.lang.reflect.Constructor<?> constructor)
        Creates a new lazy projection of a constructor's exception types.
        Parameters:
        constructor - The constructor of which the exception types are represented.