org.xwiki.context
Class PropertyAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xwiki.context.PropertyAlreadyExistsException
All Implemented Interfaces:
Serializable

public class PropertyAlreadyExistsException
extends RuntimeException

Thrown when declaring a property that already exists in the execution context.

Since:
4.3M1
Version:
$Id: c2e2667cb12d33ae820cd2d989e08c07605624fc $
See Also:
Serialized Form

Constructor Summary
PropertyAlreadyExistsException(String key)
           
 
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

PropertyAlreadyExistsException

public PropertyAlreadyExistsException(String key)
Parameters:
key - The key of the property in question.


Copyright © 2004-2012 XWiki. All Rights Reserved.