Class FDBRecordStore.IndexNotBuiltException

    • Constructor Detail

      • IndexNotBuiltException

        public IndexNotBuiltException​(@Nonnull
                                      String message,
                                      @Nullable
                                      Range unbuiltRange,
                                      @Nullable
                                      Object... keyValues)
        Creates an exception with the given message and the given range set as one of the unbuilt ranges.
        Parameters:
        message - the message associated with this exception
        unbuiltRange - one of the unbuilt ranges associated with this exception
        keyValues - additional information for logging
    • Method Detail

      • getUnbuiltRange

        @Nullable
        public Range getUnbuiltRange()
        Get the unbuilt range associated with this exception. If none has been set for this exception, then it will return null.
        Returns:
        the unbuilt range