com.ibm.ftt.properties
Class NoOverrideException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
|
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 |
NoOverrideException
public NoOverrideException(String name)
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.