org.xwiki.context
Class PropertyAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyAlreadyExistsException
public PropertyAlreadyExistsException(String key)
- Parameters:
key - The key of the property in question.
Copyright © 2004–2015 XWiki. All rights reserved.