|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.index.MergePolicy.MergeException
public static class MergePolicy.MergeException
Exception thrown if there are any problems while executing a merge.
Constructor Summary | |
---|---|
MergePolicy.MergeException(java.lang.String message,
Directory dir)
|
|
MergePolicy.MergeException(java.lang.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 |
---|
public MergePolicy.MergeException(java.lang.String message, Directory dir)
public MergePolicy.MergeException(java.lang.Throwable exc, Directory dir)
Method Detail |
---|
public Directory getDirectory()
Directory
of the index that hit
the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |