net.infonode.properties.base.exception
Class CantRemoveValueException

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.CantRemoveValueException
All Implemented Interfaces:
java.io.Serializable

public class CantRemoveValueException
extends PropertyException

Exception thrown when a property value can't be removed.

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

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

CantRemoveValueException

public CantRemoveValueException(Property property)
Constructor.

Parameters:
property - the property which triggered this exception