Uses of Class
dev.langchain4j.agentic.agent.AgentInvocationException
Packages that use AgentInvocationException
Package
Description
-
Uses of AgentInvocationException in dev.langchain4j.agentic.agent
Subclasses of AgentInvocationException in dev.langchain4j.agentic.agentMethods in dev.langchain4j.agentic.agent that return AgentInvocationExceptionModifier and TypeMethodDescriptionErrorContext.exception()
Returns the value of theexception
record component.Constructors in dev.langchain4j.agentic.agent with parameters of type AgentInvocationExceptionModifierConstructorDescriptionErrorContext
(String agentName, AgenticScope agenticScope, AgentInvocationException exception) Creates an instance of aErrorContext
record class. -
Uses of AgentInvocationException in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal that throw AgentInvocationException -
Uses of AgentInvocationException in dev.langchain4j.agentic.scope
Methods in dev.langchain4j.agentic.scope with parameters of type AgentInvocationExceptionModifier and TypeMethodDescriptionDefaultAgenticScope.handleError
(String agentName, AgentInvocationException exception)