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

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

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

/**
 * General exception for errors that happened on the native implementation.
 */
public class UnexpectedNativeException extends RuntimeException {

	public UnexpectedNativeException() {
	}

	public UnexpectedNativeException(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy