Class DocTermsIndexDocValues.DocTermsIndexException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DocTermsIndexDocValues

    public static final class DocTermsIndexDocValues.DocTermsIndexException
    extends java.lang.RuntimeException
    Custom 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DocTermsIndexException

        public DocTermsIndexException​(java.lang.String fieldName,
                                      java.lang.RuntimeException cause)