All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stepstone.search.hnswlib.jna.exception.UnableToCreateNewIndexInstanceException Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
package com.stepstone.search.hnswlib.jna.exception;

/**
 * This exception is thrown when it is not possible (for some reason) to create
 * a new index instance in the native side.
 */
public class UnableToCreateNewIndexInstanceException extends UnexpectedNativeException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy