Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
OllamaBaseException.java
Go to the documentation of this file.
1
package
io.github.ollama4j.exceptions;
2
3
public
class
OllamaBaseException
extends
Exception {
4
5
public
OllamaBaseException
(String s) {
6
super(s);
7
}
8
}
io.github.ollama4j.exceptions.OllamaBaseException
Definition
OllamaBaseException.java:3
io.github.ollama4j.exceptions.OllamaBaseException.OllamaBaseException
OllamaBaseException(String s)
Definition
OllamaBaseException.java:5
src
main
java
io
github
ollama4j
exceptions
OllamaBaseException.java
Generated by
1.12.0