net.infonode.properties.base.exception
Class ImmutablePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.infonode.properties.base.exception.PropertyException
                  extended by net.infonode.properties.base.exception.ImmutablePropertyException
All Implemented Interfaces:
java.io.Serializable

public class ImmutablePropertyException
extends PropertyException

Exception thrown when trying to modify an immutable property.

Version:
$Revision: 1.2 $
Author:
$Author: johan $
See Also:
Serialized Form

Constructor Summary
ImmutablePropertyException(Property property)
          Constructor.
 
Method Summary
 
Methods inherited from class net.infonode.properties.base.exception.PropertyException
getProperty
 
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

ImmutablePropertyException

public ImmutablePropertyException(Property property)
Constructor.

Parameters:
property - the property that triggered this exception