com.ibm.ftt.properties
Class DuplicateInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ftt.properties.DuplicateInstanceException
- All Implemented Interfaces:
- Serializable
public class DuplicateInstanceException
- extends Exception
This exception occurs when:
- A category instance is imported but an instance with the same
name already exists
- A category instance is added to a property group but there is
already a category instance for that category in the property group.
- See Also:
ICategory,
ICategoryInstance,
IPropertyGroup,
Serialized Form
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
DuplicateInstanceException
public DuplicateInstanceException(ICategoryInstance instance)
getCategoryInstance
public ICategoryInstance getCategoryInstance()
- Returns the duplicate category instance.
- Returns:
- The duplicate category instance.