org.apache.lucene.index
Class MergePolicy.MergeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.index.MergePolicy.MergeException
All Implemented Interfaces:
Serializable
Enclosing class:
MergePolicy

public static class MergePolicy.MergeException
extends RuntimeException

Exception thrown if there are any problems while executing a merge.

See Also:
Serialized Form

Constructor Summary
MergePolicy.MergeException(String message, Directory dir)
           
MergePolicy.MergeException(Throwable exc, Directory dir)
           
 
Method Summary
 Directory getDirectory()
          Returns the Directory of the index that hit the exception.
 
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

MergePolicy.MergeException

public MergePolicy.MergeException(String message,
                                  Directory dir)

MergePolicy.MergeException

public MergePolicy.MergeException(Throwable exc,
                                  Directory dir)
Method Detail

getDirectory

public Directory getDirectory()
Returns the Directory of the index that hit the exception.



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.