java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agentforge4j.runtime.llm.LlmCommandParseException
- All Implemented Interfaces:
Serializable
Raised when the LLM output cannot be parsed as a JSON array of
LlmCommand.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLlmCommandParseException(String message) LlmCommandParseException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LlmCommandParseException
-
LlmCommandParseException
-