org.xwiki.context
Class PropertyIsFinalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xwiki.context.PropertyIsFinalException
- All Implemented Interfaces:
- Serializable
public class PropertyIsFinalException
- extends RuntimeException
Thrown when trying to update a final value.
- Since:
- 4.3M1
- Version:
- $Id: 5cd9c135219e4229febb06f021a9e7c9cb18e42a $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyIsFinalException
public PropertyIsFinalException(String key)
- Parameters:
key - The key of the property in question.
Copyright © 2004–2015 XWiki. All rights reserved.