|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.tmapi.core.TMAPIException
org.tmapi.core.FactoryConfigurationException
org.tmapi.core.FeatureNotSupportedException
public class FeatureNotSupportedException

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.
| Constructor Summary | |
|---|---|
FeatureNotSupportedException(java.lang.String message)
Constructs a new throwable with the specified detail message. |
|
FeatureNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new throwable with the specified detail message. |
|
FeatureNotSupportedException(java.lang.Throwable cause)
Constructs a new exception that wraps another exception. |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureNotSupportedException(java.lang.String message)
message - The detail message. This message is saved for later
retrieval by the Throwable.getMessage() method.public FeatureNotSupportedException(java.lang.Throwable cause)
cause - The throwable which caused this exception to be thrown.
This value is saved for later retrieval by the
Throwable.getCause() method.
public FeatureNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message. This message is saved for later
retrieval by the Throwable.getMessage() method.cause - The throwable which caused this exception to be thrown.
This value is saved for later retrieval by the
Throwable.getCause() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||