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.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.