Class PropertyBindingException

All Implemented Interfaces:
Serializable

public class PropertyBindingException extends RuntimeCamelException
Error binding property to a bean.
See Also:
  • Constructor Details

  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getTarget

      public Object getTarget()
    • getPropertyName

      public String getPropertyName()
    • getValue

      public Object getValue()
    • getOptionPrefix

      public String getOptionPrefix()
    • getOptionKey

      public String getOptionKey()