Class InvalidPropertyException

All Implemented Interfaces:
Serializable

public class InvalidPropertyException extends RuntimeCamelException
An exception caused when an invalid property name is used on an object
See Also:
  • Constructor Details

    • InvalidPropertyException

      public InvalidPropertyException(Object owner, String propertyName)
    • InvalidPropertyException

      public InvalidPropertyException(Object owner, String propertyName, Class<?> type)
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • getOwner

      public Object getOwner()