Class FacetConfigUnknownValueRangeException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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

      • FacetConfigUnknownValueRangeException

        public FacetConfigUnknownValueRangeException​(java.lang.String configName,
                                                     java.lang.Throwable nested)
        Initializes the exception
        Parameters:
        configName - - SOLR configuration item name
        nested - - nested exception
      • FacetConfigUnknownValueRangeException

        public FacetConfigUnknownValueRangeException​(java.lang.String configName,
                                                     java.lang.String message,
                                                     java.lang.Throwable nested)
        Initializes the exception
        Parameters:
        configName - - SOLR configuration item name
        message - - error message
        nested - - nested exception
      • FacetConfigUnknownValueRangeException

        public FacetConfigUnknownValueRangeException​(java.lang.String configName,
                                                     java.lang.String message)
        Initializes the exception
        Parameters:
        configName - - SOLR configuration item name
        message - - error message