org.tmapi.core
Class FeatureNotRecognizedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tmapi.core.TMAPIException
              extended byorg.tmapi.core.FactoryConfigurationException
                  extended byorg.tmapi.core.FeatureNotRecognizedException
All Implemented Interfaces:
java.io.Serializable

public class FeatureNotRecognizedException
extends FactoryConfigurationException

Exception thrown when the TopicMapSystemFactory does not recognize the name of a feature that the application is trying to enable or disable.

See Also:
Serialized Form

Constructor Summary
FeatureNotRecognizedException(java.lang.String msg)
           
FeatureNotRecognizedException(java.lang.String msg, java.lang.Throwable cause)
           
FeatureNotRecognizedException(java.lang.Throwable cause)
           
 
Methods inherited from class org.tmapi.core.TMAPIException
getCause
 
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
 

Constructor Detail

FeatureNotRecognizedException

public FeatureNotRecognizedException(java.lang.String msg)

FeatureNotRecognizedException

public FeatureNotRecognizedException(java.lang.Throwable cause)

FeatureNotRecognizedException

public FeatureNotRecognizedException(java.lang.String msg,
                                     java.lang.Throwable cause)