org.apache.lucene.queries.function.docvalues
Class DocTermsIndexDocValues.DocTermsIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues.DocTermsIndexException
All Implemented Interfaces:
Serializable
Enclosing class:
DocTermsIndexDocValues

public static final class DocTermsIndexDocValues.DocTermsIndexException
extends RuntimeException

Custom Exception to be thrown when the DocTermsIndex for a field cannot be generated

See Also:
Serialized Form

Constructor Summary
DocTermsIndexDocValues.DocTermsIndexException(String fieldName, RuntimeException cause)
           
 
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

DocTermsIndexDocValues.DocTermsIndexException

public DocTermsIndexDocValues.DocTermsIndexException(String fieldName,
                                                     RuntimeException cause)


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