org.tm4j.topicmap.index
Class IndexManagerException

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

public class IndexManagerException
extends java.lang.Exception

Indicates that an unexpected condition has occurred while dealing with an IndexManager, such as a failure to register an IndexProvider.

Since:
0.7.0
Author:
Kal Ahmed
See Also:
Serialized Form

Constructor Summary
IndexManagerException()
          Creates a new index manager exception without a detail message.
IndexManagerException(java.lang.String msg)
          Creates a new index manager exception with the specified detail message.
 
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

IndexManagerException

public IndexManagerException()
Creates a new index manager exception without a detail message.


IndexManagerException

public IndexManagerException(java.lang.String msg)
Creates a new index manager exception with the specified detail message.

Parameters:
msg - The detail message to be associated with this exception.