Class ParameterMappingException

    • Constructor Detail

      • 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.
        Parameters:
        parameter - the parameter being mapping
        value - the value being mapped
        cause - the cause of the mapping failure