Class STNoSuchPropertyException

All Implemented Interfaces:
Serializable

public class STNoSuchPropertyException extends STException
For <a.b>, object a does not have a property b.
See Also:
  • Field Details

    • o

      public Object o
    • propertyName

      public String propertyName
  • Constructor Details

    • STNoSuchPropertyException

      public STNoSuchPropertyException(Exception e, Object o, String propertyName)
  • Method Details