org.cdlib.xtf.textIndexer
Class TextIndexerException

Object
  extended by Throwable
      extended by Exception
          extended by TextIndexerException
All Implemented Interfaces:
Serializable

public class TextIndexerException
extends Exception

This exception is thrown by classes related to the textIndexer tool.

See Also:
Serialized Form

Constructor Summary
TextIndexerException(String msg)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextIndexerException

public TextIndexerException(String msg)