com.ibm.ftt.properties
Class IllegalCategoryException

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

public class IllegalCategoryException
extends Exception

This exception occurs when a category instance is imported but the category for the instance does not match the category that is being used to import the instance. See the ICategory interface for more details.

See Also:
Serialized Form

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
IllegalCategoryException(String name)
           
 
Method Summary
 String getName()
          Returns the name of the illegal category.
 

Field Detail

COPY_RIGHT

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

IllegalCategoryException

public IllegalCategoryException(String name)
Method Detail

getName

public String getName()
Returns the name of the illegal category.

Returns:
The name of the illegal category.