com.ibm.rational.test.lt.recorder.core.extensibility
Class UnsupportedPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.rational.test.lt.recorder.core.extensibility.UnsupportedPropertyException
- All Implemented Interfaces:
- Serializable
public class UnsupportedPropertyException
- extends Exception
Exception thrown by a delegate when an attempt to set or get an unsupported property
is made.
- See Also:
IRecordingComponentDelegate.getProperty(String)
,
IRecordingComponentDelegate#setProperty(String, String)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedPropertyException
protected UnsupportedPropertyException()
UnsupportedPropertyException
public UnsupportedPropertyException(String propertyName)
© Copyright IBM Corp. 2012. All rights reserved.