Class DocTermsIndexDocValues.DocTermsIndexException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.lucene.queries.function.docvalues.DocTermsIndexDocValues.DocTermsIndexException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - DocTermsIndexDocValues
 
public static final class DocTermsIndexDocValues.DocTermsIndexException extends java.lang.RuntimeExceptionCustom Exception to be thrown when the DocTermsIndex for a field cannot be generated- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DocTermsIndexException(java.lang.String fieldName, java.lang.RuntimeException cause) 
 -