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