com.ibm.ftt.properties
Class DuplicateInstanceException

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

public class DuplicateInstanceException
extends Exception

This exception occurs when:

See Also:
ICategory, ICategoryInstance, IPropertyGroup, Serialized Form

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
DuplicateInstanceException(ICategoryInstance instance)
           
 
Method Summary
 ICategoryInstance getCategoryInstance()
          Returns the duplicate category instance.
 

Field Detail

COPY_RIGHT

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

DuplicateInstanceException

public DuplicateInstanceException(ICategoryInstance instance)
Method Detail

getCategoryInstance

public ICategoryInstance getCategoryInstance()
Returns the duplicate category instance.

Returns:
The duplicate category instance.