org.tm4j.topicmap.index
Class IndexConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tm4j.topicmap.index.IndexProviderException
              extended byorg.tm4j.topicmap.index.IndexConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class IndexConfigurationException
extends IndexProviderException

Author:
Kal Describe IndexConfigurationException here.
See Also:
Serialized Form

Constructor Summary
IndexConfigurationException(java.lang.String msg)
           
IndexConfigurationException(java.lang.String msg, java.lang.Exception cause)
           
 
Methods inherited from class org.tm4j.topicmap.index.IndexProviderException
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

IndexConfigurationException

public IndexConfigurationException(java.lang.String msg)

IndexConfigurationException

public IndexConfigurationException(java.lang.String msg,
                                   java.lang.Exception cause)