类 ParameterMappingException

    • 构造器详细资料

      • ParameterMappingException

        public ParameterMappingException​(OperationParameter parameter,
                                         Object value,
                                         Throwable cause)
        Creates a new ParameterMappingException for a failure that occurred when trying to map the given input to the given type.
        参数:
        parameter - the parameter being mapping
        value - the value being mapped
        cause - the cause of the mapping failure