com.ibm.ftt.properties
Class DuplicatePropertyGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ftt.properties.DuplicatePropertyGroupException
- All Implemented Interfaces:
- Serializable
public class DuplicatePropertyGroupException
- extends Exception
This exception occurs when you set the name of a property group to the name of another property
group in the property group container. It also occurs when you import property groups into a
property group container and a property group with the same name already exists in the property
group container.
- See Also:
- Serialized Form
|
Method Summary |
String |
getName()
Returns the name of the duplicate property group. |
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
DuplicatePropertyGroupException
public DuplicatePropertyGroupException(String name)
getName
public String getName()
- Returns the name of the duplicate property group.
- Returns:
- The name of the duplicate property group.