com.ibm.ftt.properties
Class IllegalCategoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
|
Method Summary |
String |
getName()
Returns the name of the illegal category. |
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
IllegalCategoryException
public IllegalCategoryException(String name)
getName
public String getName()
- Returns the name of the illegal category.
- Returns:
- The name of the illegal category.