Package ognl

Class NoSuchPropertyException

  • All Implemented Interfaces:
    java.io.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.
    Author:
    Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchPropertyException

        public NoSuchPropertyException​(java.lang.Object target,
                                       java.lang.Object name)
      • NoSuchPropertyException

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

      • getTarget

        public java.lang.Object getTarget()
      • getName

        public java.lang.Object getName()