Uses of Class
org.springframework.beans.InvalidPropertyPathException
Packages that use InvalidPropertyPathException
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of InvalidPropertyPathException in org.springframework.beans
Methods in org.springframework.beans that throw InvalidPropertyPathExceptionModifier and TypeMethodDescriptionstatic PropertyPathParse the given property path.static PropertyPathPropertyPath.parse(String path, PropertyPath.Options options) Parse the given property path, rejecting it if it exceeds the givenoptions.Constructors in org.springframework.beans with parameters of type InvalidPropertyPathExceptionModifierConstructorDescriptionInvalidPropertyPathException(PropertyChangeEvent propertyChangeEvent, InvalidPropertyPathException cause) Create a newInvalidPropertyPathException.InvalidPropertyPathException(Object source, String propertyName, @Nullable Object newValue, InvalidPropertyPathException cause) Create a newInvalidPropertyPathException.