net.sf.zekr.engine.search.lucene
Class IndexingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.zekr.engine.search.lucene.IndexingException
All Implemented Interfaces:
java.io.Serializable

public class IndexingException
extends java.lang.Exception

Exception class, thrown when an error occurs during indexing a document.

Author:
Mohsen Saboorian
See Also:
Serialized Form

Constructor Summary
IndexingException(java.lang.String msg)
           
IndexingException(java.lang.Throwable th)
           
 
Method Summary
 
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

IndexingException

public IndexingException(java.lang.String msg)

IndexingException

public IndexingException(java.lang.Throwable th)