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.
    See Also:
    Serialized Form
    • Field Detail

      • target

        private java.lang.Object target
      • name

        private java.lang.Object name
    • 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

      • getReason

        static java.lang.String getReason​(java.lang.Object target,
                                          java.lang.Object name)
      • getTarget

        public java.lang.Object getTarget()
      • getName

        public java.lang.Object getName()