Class TypeList.Generic.OfMethodExceptionTypes

    • Field Detail

      • method

        private final java.lang.reflect.Method method
        The method of which the exception types are represented.
    • Constructor Detail

      • OfMethodExceptionTypes

        public OfMethodExceptionTypes​(java.lang.reflect.Method method)
        Creates a new lazy projection of a constructor's exception types.
        Parameters:
        method - The method of which the exception types are represented.