Uses of Class
com.espertech.esper.common.client.PropertyAccessException
Packages that use PropertyAccessException
Package
Description
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
-
Uses of PropertyAccessException in com.espertech.esper.common.client
Methods in com.espertech.esper.common.client that return PropertyAccessExceptionModifier and TypeMethodDescriptionstatic PropertyAccessException
PropertyAccessException.notAValidProperty
(String propertyExpression) Generates the Not-A-Valid-Property exceptionMethods in com.espertech.esper.common.client that throw PropertyAccessExceptionModifier and TypeMethodDescriptionReturns the value of an event property for the given property name or property expression.Return the value for the property in the event object specified when the instance was obtained.Return the value for the property in the event object specified when the instance was obtained.Return the value for the property in the event object specified when the instance was obtained.EventBean.getFragment
(String propertyExpression) Returns event beans or array of event bean for a property name or property expression.EventPropertyGetter.getFragment
(EventBean eventBean)