Package 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: c18e5982e6491e88fa706dd881986c039e454678 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyMandatoryException(String propertyName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PropertyMandatoryException
public PropertyMandatoryException(String propertyName)
- Parameters:
propertyName
- the name of the mandatory property
-
-