Uses of Class
dev.langchain4j.exception.LangChain4jException
Packages that use LangChain4jException
Package
Description
-
Uses of LangChain4jException in dev.langchain4j.data.document
Subclasses of LangChain4jException in dev.langchain4j.data.document -
Uses of LangChain4jException in dev.langchain4j.exception
Subclasses of LangChain4jException in dev.langchain4j.exceptionModifier and TypeClassDescriptionclass
class
Exception thrown when the LLM provider refuses to process a request due to content filtering or violation of usage policies.class
class
class
class
class
class
class
class
class
Indicates that something is wrong with the tool arguments.class
Indicates that something went wrong while executing the tool.class
class
-
Uses of LangChain4jException in dev.langchain4j.guardrail
Subclasses of LangChain4jException in dev.langchain4j.guardrailModifier and TypeClassDescriptionclass
Exception thrown when an input or output guardrail validation fails.final class
Exception thrown when an input guardrail validation fails.final class
Exception thrown when an output guardrail validation fails. -
Uses of LangChain4jException in dev.langchain4j.model
Subclasses of LangChain4jException in dev.langchain4j.modelModifier and TypeClassDescriptionclass
An exception thrown by a model that could be disabled by a user.