com.ibm.ftt.properties
Class UnregisteredPropertyException

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

public class UnregisteredPropertyException
extends Exception

This exception occurs if you set a property in a category instance, but the category instance does not have a property with that name. See the set(String name, String value) method in the ICategoryInstance interface.

See Also:
Serialized Form

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
UnregisteredPropertyException(String name)
           
 
Method Summary
 String getName()
          The name of the property that is not registered.
 

Field Detail

COPY_RIGHT

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

UnregisteredPropertyException

public UnregisteredPropertyException(String name)
Method Detail

getName

public String getName()
The name of the property that is not registered.

Returns:
The name of the property that is not registered.