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