com.ibm.ftt.properties
Class DuplicatePropertyGroupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
DuplicatePropertyGroupException(String name)
           
 
Method Summary
 String getName()
          Returns the name of the duplicate property group.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPY_RIGHT

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

DuplicatePropertyGroupException

public DuplicatePropertyGroupException(String name)
Method Detail

getName

public String getName()
Returns the name of the duplicate property group.

Returns:
The name of the duplicate property group.