org.xwiki.properties
Class PropertyMandatoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.properties.PropertyException
org.xwiki.properties.PropertyMandatoryException
- All Implemented Interfaces:
- Serializable
public class PropertyMandatoryException
- extends PropertyException
Thrown when a mandatory field is not found in the map of value to populate.
- Since:
- 2.0M2
- Version:
- $Id: 94a777e1c7e6dfef560ed5961da0aa88371eddd8 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyMandatoryException
public PropertyMandatoryException(String propertyName)
- Parameters:
propertyName - the name of the mandatory property
Copyright © 2004-2011 XWiki. All Rights Reserved.