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

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

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

/**
 * Exception raised when the method initialize() of an
 * index has been called more than once.
 */
public class IndexAlreadyInitializedException extends UnexpectedNativeException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy