Uses of Class
org.apache.commons.jcs3.utils.config.PropertySetterException
Packages that use PropertySetterException
Package
Description
This package contains utility classes that are used when configuring the cache.
-
Uses of PropertySetterException in org.apache.commons.jcs3.utils.config
Methods in org.apache.commons.jcs3.utils.config that throw PropertySetterExceptionModifier and TypeMethodDescriptionvoid
PropertySetter.setProperty
(PropertyDescriptor prop, String name, String value) Set the named property given aPropertyDescriptor
.