org.tmapi.core
Class FeatureNotSupportedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.tmapi.core.TMAPIException
org.tmapi.core.TMAPIException
               org.tmapi.core.FactoryConfigurationException
org.tmapi.core.FactoryConfigurationException
                   org.tmapi.core.FeatureNotSupportedException
org.tmapi.core.FeatureNotSupportedException
- All Implemented Interfaces: 
- java.io.Serializable
- public class FeatureNotSupportedException- extends FactoryConfigurationException
Exception thrown when the underlying implementation cannot support enabling
 or disabling a recognised feature. If the feature name is not recognised, 
 implementations MUST throw a FeatureNotRecognizedException
 rather than a FeatureNotSupportedException.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
FeatureNotSupportedException
public FeatureNotSupportedException(java.lang.String msg)
FeatureNotSupportedException
public FeatureNotSupportedException(java.lang.Throwable cause)
FeatureNotSupportedException
public FeatureNotSupportedException(java.lang.String msg,
                                    java.lang.Throwable cause)