org.tmapi.core
Class FactoryConfigurationException

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

public class FactoryConfigurationException
extends TMAPIException

Exception thrown when a TopicMapSystemFactory instance cannot be instantiated through the method TopicMapSystemFactory.newInstance().

See Also:
Serialized Form

Constructor Summary
FactoryConfigurationException(java.lang.String msg)
           
FactoryConfigurationException(java.lang.String msg, java.lang.Throwable cause)
           
FactoryConfigurationException(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

FactoryConfigurationException

public FactoryConfigurationException(java.lang.String msg)

FactoryConfigurationException

public FactoryConfigurationException(java.lang.Throwable cause)

FactoryConfigurationException

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