Class NoSuchPropertyException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchPropertyException
    extends OgnlException
    Exception thrown if a property is attempted to be extracted from an object that does not have such a property.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchPropertyException

        public NoSuchPropertyException​(Object target,
                                       Object name)
      • NoSuchPropertyException

        public NoSuchPropertyException​(Object target,
                                       Object name,
                                       Throwable reason)
    • Method Detail

      • getTarget

        public Object getTarget()
      • getName

        public Object getName()