com.ibm.ftt.properties
Class IllegalPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ftt.properties.IllegalPropertyException
All Implemented Interfaces:
Serializable

public class IllegalPropertyException
extends Exception

This exception occurs when you attempt to override a property value on a resource, but the current property set for that resource does not have a category instance that has the property you are attempting to override. See the ILogicalResource and IPhysicalResource interfaces for more information.

See Also:
Serialized Form

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
IllegalPropertyException(IProperty property)
           
 
Method Summary
 IProperty getProperty()
          Returns the illegal property.
 

Field Detail

COPY_RIGHT

public static final String COPY_RIGHT
See Also:
Constant Field Values
Constructor Detail

IllegalPropertyException

public IllegalPropertyException(IProperty property)
Method Detail

getProperty

public IProperty getProperty()
Returns the illegal property.

Returns:
The illegal property