org.xwiki.context
Class PropertyIsFinalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PropertyIsFinalException(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

PropertyIsFinalException

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


Copyright © 2004–2015 XWiki. All rights reserved.