Class ParameterBindingException

  • All Implemented Interfaces:
    Serializable

    public class ParameterBindingException
    extends org.apache.camel.RuntimeCamelException
    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterBindingException

        public ParameterBindingException​(Throwable cause,
                                         Method method,
                                         int index,
                                         Class<?> parameterType,
                                         Object parameterValue)
    • Method Detail

      • getMethod

        public Method getMethod()
      • getIndex

        public int getIndex()
      • getParameterType

        public Class<?> getParameterType()
      • getParameterValue

        public Object getParameterValue()