Uses of Class
org.xwiki.properties.PropertyException
-
Packages that use PropertyException Package Description org.xwiki.properties -
-
Uses of PropertyException in org.xwiki.properties
Subclasses of PropertyException in org.xwiki.properties Modifier and Type Class Description class
PropertyMandatoryException
Thrown when a mandatory field is not found in the map of value to populate.Methods in org.xwiki.properties that throw PropertyException Modifier and Type Method Description void
BeanManager. populate(Object bean, Map<String,?> values)
Convert provided values and inject them in the provided java bean.
-