com.stepstone.search.hnswlib.jna.exception.IndexNotInitializedException Maven / Gradle / Ivy
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 {
}