org.xwiki.properties
Class PropertyMandatoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.properties.PropertyException
              extended by 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$
See Also:
Serialized Form

Constructor Summary
PropertyMandatoryException(String propertyName)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyMandatoryException

public PropertyMandatoryException(String propertyName)
Parameters:
propertyName - the name of the mandatory property


Copyright © 2004-2012 XWiki. All Rights Reserved.