com.ibm.ftt.properties
Class NoOverrideException

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

public class NoOverrideException
extends Exception

This exception occurs when you attempt to delete an override for a property or category instance, but no override was specified. See the ILogicalResource and IPhysicalResource interfaces for more details.

See Also:
Serialized Form

Constructor Summary
NoOverrideException(String name)
           
 
Method Summary
 String getName()
          Returns the name of the property or category instance for which no override was provided.
 
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
 

Constructor Detail

NoOverrideException

public NoOverrideException(String name)
Method Detail

getName

public String getName()
Returns the name of the property or category instance for which no override was provided.

Returns:
The name of the property or category instance for which no override was provided.