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

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

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

/**
 * Exception thrown when the index reference is not initialized on the native side.
 * (the method initialize() is not called after the object instantiation)
 */
public class IndexNotInitializedException extends UnexpectedNativeException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy