com.ibm.ftt.properties
Class IllegalPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
IllegalPropertyException
public IllegalPropertyException(IProperty property)
getProperty
public IProperty getProperty()
- Returns the illegal property.
- Returns:
- The illegal property